opposite property

  1. @override
HslColor opposite

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

Implementation

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