inverted property

  1. @override
HsbColor inverted

Adjusts this colors hue by 180 degrees while inverting the saturation and brightness values.

Implementation

@override
HsbColor get inverted => super.inverted.cast();