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]
    struct ColorPicker
    @nogc nothrow @property
    bool
    deferredMode
    ()
  2. bool deferredMode [@property setter]

Meta