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