opposite property

  1. @override
HsbColor opposite

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

Implementation

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