ColorChooserWidget.hsv
bool hsv(double h, double s, double v)Sets the color using HSV values.
Parameters
h | Hue (0-6) |
s | Saturation (0-1) |
v | Value (0-1) |
Returns
true if the color changed
bool hsv(double h, double s, double v)Sets the color using HSV values.
h | Hue (0-6) |
s | Saturation (0-1) |
v | Value (0-1) |