This property should be used in cases where the palette in the editor would be redundant, such as when the color button is already part of a palette.
ColorButton.showEditor
bool showEditor() @property nothrowGet showEditor property.
Returns
Whether the color chooser should open in editor mode.
void showEditor(bool propval) @property nothrowSet showEditor property.
Parameters
propval | Whether the color chooser should open in editor mode. This property should be used in cases where the palette in the editor would be redundant, such as when the color button is already part of a palette. |