opposite property

  1. @override
HsiColor opposite

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

Implementation

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