opposite property

  1. @override
LabColor opposite

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

Implementation

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