Function ColorPicker.hsvMode
If true
, allows editing the color with Hue/Saturation/Value sliders.
Note: Cannot be enabled if raw mode is on.
bool hsvMode() nothrow @property @nogc;
void hsvMode
(
bool v
) nothrow @property @nogc;