HSV.setColor
void setColor(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
h | Hue |
s | Saturation |
v | Value |
void setColor(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.
h | Hue |
s | Saturation |
v | Value |