class KHueSaturationSelector |
|
|
|
Constructs a hue/saturation selection widget. |
|
|
Returns the chooser mode. Returns The chooser mode (defined in KColorChooserMode) |
|
Returns the color value (also known as lumniousity, 0-255) Returns The color value (0-255) |
|
Reimplemented from KXYSelector. This drawing is buffered in a pixmap here. As real drawing routine, drawPalette() is used. |
|
Draws the contents of the widget on a pixmap, which is used for buffering. |
|
Returns the hue value Returns The hue value (0-360) |
|
|
Returns the saturation (0-255) Returns The saturation (0-255) |
|
Sets the chooser mode. The allowed modes are defined in KColorChooserMode.
- The chooser mode as defined in KColorChooserMode |
|
Sets the color value (0-255)
- colorValue The color value (0-255) |
|
Sets the hue value (0-360)
- hue The hue value (0-360) |
|
Sets the saturation (0-255)
- saturation The saturation (0-255) |
|
Updates the contents |