ColorChooserWidget.hsv

bool hsv(double h, double s, double v)

Sets the color using HSV values.

Parameters

hHue (0-6)
sSaturation (0-1)
vValue (0-1)

Returns

true if the color changed