A edit view to edit colors by using a color picker. More...
Properties | |
bool | alpha |
Specifies whether the alpha channel can be edited. More... | |
color | color |
The color currently displayed and edited. More... | |
A edit view to edit colors by using a color picker.
You can use this edit if you want to let the user select a color. It is made out of three sliders to control hue, saturation and value and a TextField to enter a hex color code, next to a small box that previews the color
Definition at line 17 of file ColorEdit.qml.
bool de::skycoder42::QtMvvm::Quick::ColorEdit::alpha |
Specifies whether the alpha channel can be edited.
Default: false
If set to true, the user can enter a hex color string with an additional alpha value. The sliders are uneffected from this property
Accessors | |
---|---|
MEMBER | alpha |
NOTIFY | alphaChanged() |
Definition at line 31 of file ColorEdit.qml.
color de::skycoder42::QtMvvm::Quick::ColorEdit::color |
The color currently displayed and edited.
Default: undefined
Accessors | |
---|---|
MEMBER | color |
NOTIFY | colorChanged() |
Definition at line 41 of file ColorEdit.qml.