opposite property

  1. @override
HspColor opposite
override

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

Implementation

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