opposite property

  1. @override
HslColor opposite
override

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

Implementation

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