inverted property
Adjusts this colors hue by 180
degrees while inverting the
saturation and lightness values.
Implementation
@override
HslColor get inverted => super.inverted.cast();
Adjusts this colors hue by 180
degrees while inverting the
saturation and lightness values.
@override
HslColor get inverted => super.inverted.cast();