set_color
Description:
[
Version ( since =
"2.14" ) ]
public void set_color (
double h,
double s,
double v)
Sets the current color in an HSV color selector.
Color component values must be in the [0.0, 1.0] range.
Parameters:
| this |
An HSV color selector
|
| h |
Hue
|
| s |
Saturation
|
| v |
Value
|