A color panel class.
Super classes: MQWidget.WidgetBase
get | set | Type | Name | Description |
---|---|---|---|---|
x | x | list{int,int,int} | color | RGB color |
Member | Description |
---|---|
ColorPanel | Constructor. |
addChangedEvent | Add an event after finishing to change a value. |
addChangingEvent | Add an event while changing a value. |
ColorPanel([parent]) | ||||
Constructor. | ||||
|
addChangedEvent(callback) | ||||
Add an event after finishing to change a value. | ||||
|
addChangingEvent(callback) | ||||
Add an event while changing a value. | ||||
|