ColorPicker.hsvMode

If true, allows editing the color with Hue/Saturation/Value sliders. Note: Cannot be enabled if raw mode is on.

  1. bool hsvMode [@property getter]
  2. bool hsvMode [@property setter]
    struct ColorPicker
    @nogc nothrow @property
    void
    hsvMode
    (
    bool v
    )

Meta