opposite property

  1. @override
RgbColor opposite

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

Implementation

@override
RgbColor get opposite => super.opposite.cast();