toHslColor method

  1. @override
HslColor toHslColor()
inherited

Converts this to the HSL color space.

Implementation

@override
HslColor toHslColor() => _cast().toHslColor().cast();