| Class | Fox::FXColorWheel |
| In: |
rdoc-sources/FXColorWheel.rb
|
| Parent: | FXFrame |
A color wheel is a widget which controls a color by means of the hue, saturation, value color specification system.
The following messages are sent by FXColorWheel to its target:
| SEL_CHANGED: | sent continuously, while the color is changing |
| SEL_COMMAND: | sent when the new color is set |
| SEL_LEFTBUTTONPRESS: | sent when the left mouse button goes down; the message data is an FXEvent instance. |
| SEL_LEFTBUTTONRELEASE: | sent when the left mouse button goes up; the message data is an FXEvent instance. |
| helpText | [RW] | Status line help text [String] |
| hue | [RW] | Hue [Float] |
| sat | [RW] | Saturation [Float] |
| tipText | [RW] | Tool tip message [String] |
| val | [RW] | Value [Float] |