opposite property

  1. @override
HspColor opposite

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

Implementation

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