grayScale

used to add a row with a set of colors from black to white

boolean grayScale;

Example

webix.ui({
  view: "colorboard",
  // hide grayscale palette
  grayScale: false 
});


Default value:

true
Details

The property defines whether to include a row with a set of colors from black to white to the palette.

See also
  • Articles
  • Back to top