GMColorPicker is a graphical interface that allows to select a color .
It is not optimized and might respond slowly depending on your hardware capacities. This can be mitigated by reducing the view size.
It only responds to mouse down clicks, and does not discriminate button identifiers.
Creates a new instance of GMColorPicker.
Its graphical properties are defined by its associated GMStyle.
a GMColorPicker instance.
Sets or gets the Function to be triggered when the color is changed. This Function takes the new color as argument.
aFunction |
A Function with one argument, the newly picked color. |
Sets the currently selected color. This doesn't evaluate the associated action.
The function associated to the View's drawFunc
. Shouldn't be modified.