toHslColor method

HslColor toHslColor()

Returns this color as a HslColor.

Implementation

HslColor toHslColor() => HslColor.fromColor(this);