opposite property

  1. @override
RgbColor opposite
override

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

Implementation

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