opposite property

  1. @override
CmykColor opposite

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

Implementation

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