paletteOnly
Optional. Defines whether Colorpicker is shown only in the palette mode
paletteOnly?: boolean;
Default value: false
Example
const colorpicker = new dhx.Colorpicker("colorpicker_container",{
paletteOnly: true
});
Related sample: Colorpicker. Disabled custom colors
note
Note that in the paletteOnly mode the palette is displayed without the panel with custom (user-defined) colors.