opposite property
Returns the color with the hue opposite of this colors'.
Implementation
@override
OklabColor get opposite => super.opposite.cast();
Returns the color with the hue opposite of this colors'.
@override
OklabColor get opposite => super.opposite.cast();