hslColor property
HSLColor
get
hslColor
Generate HSL type colors from RGB type colors.
Implementation
HSLColor get hslColor => HSLColor.fromColor(this);
Generate HSL type colors from RGB type colors.
HSLColor get hslColor => HSLColor.fromColor(this);