Choose this component to create a new color selector in your user interface.
Drag & drop this component in the graphical user interface or in the hierarchy tree.
General:
| Name |
Description |
| Size |
size of the component |
| X |
left position of the component |
| Y |
top position of the component |
| Opacity |
opacity of the component. Affect child components |
| user data |
custom field you can use to read/save user data |
| lock position |
if checked prevent accidental move of the component |
Actions:
| Event name |
Description |
| onColorChanged |
this event is triggered when the user change the color of the wheel |
| onRedChanged |
this event is triggered when the user change the color of the wheel |
| onGreenChanged |
this event is triggered when the user change the color of the wheel |
| onBlueChanged |
this event is triggered when the user change the color of the wheel |
Feedbacks:
| setX |
bind a parameter to set the left position of this component |
| setY |
bind a parameter to set the top position of this component |
| setWidth |
bind a parameter to set the width of this component |
| setHeight |
bind a parameter to set the height of this component |
| setColor |
bind a parameter to set the color of this component |
| setOpacity |
bind a parameter to set the opacity of this component |
| setColor |
bind a parameter to set the color wheel value |