Documentation

minLightness

sets the start value of lightness for the default color palette

number minLightness;

See also

Details

The default palette has a gradient background, lightness of which changes from minLightness to maxLightness.

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

The parameter is ignored in case of using custom color palettes

Back to top