opposite property

  1. @override
XyzColor opposite

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

Implementation

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