ColorPicker.deferredMode

If true, the color will apply only after the user releases the mouse button, otherwise it will apply immediately even in mouse motion event (which can cause performance issues).

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

Meta