inverted property
Inverts the values of this ColorModel
,
excluding alpha, in its own color space.
Implementation
@override
OklabColor get inverted => super.inverted.cast();
Inverts the values of this ColorModel
,
excluding alpha, in its own color space.
@override
OklabColor get inverted => super.inverted.cast();