ColorButton
A button that opens a color selector dialog.
ColorButton supports the
v-model
directive.type: { r: Number, g: Number, b: Number, a: Number }
The currently selected color. The value is an object containing four numeric properties which represent the red, green, blue and alpha components in the range from 0 to 1.
Emitted when the selected color is changed. The current color is passed as an argument.
<ColorButton v-model="color"/>
Last modified 5yr ago