toHslColor method

HslColor toHslColor()

Converts this to the HSL color space.

Implementation

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