opposite property

  1. @override
OklabColor opposite

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

Implementation

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