minLightness

sets the start value of lightness for the default color palette

number minLightness;
Details

The default palette has a gradient background, lightness of which changes from minLightness to maxLightness. Note that it is only applicable if the Colorboard type property is set to "classic".

//the default values of parameters
minLightness:0.15,
maxLightness:1

The parameter is ignored in case of using custom color palettes

See also
Back to top