opposite property

  1. @override
HsbColor opposite
override

Returns the color with the hue opposite of this colors'.

Implementation

@override
HsbColor get opposite => rotateHue(180);