grayShades
Optional. Defines whether the section with gray shades is displayed in the palette
grayShades?: boolean;
Default value: true
Example
const colorpicker = new dhx.Colorpicker("colorpicker_container", {
grayShades: false
});
Related sample: Colorpicker. Palette without gray shades