hsl property

HSLColor get hsl

Shortcut for HSLColor.fromColor(color).

Implementation

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