hsl property

HSLColor get hsl

Returns the HSL representation of the color.

Implementation

HSLColor get hsl => HSLColor.fromColor(this);