Function 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).

bool deferredMode() nothrow @property @nogc;

void deferredMode (
  bool v
) nothrow @property @nogc;