used to add a row with a set of colors from black to white
webix.ui({
view: "colorboard",
// hide grayscale palette
grayScale: false
});
The property defines whether to include a row with a set of colors from black to white to the palette.