inverted property
Inverts the values of this ColorModel, excluding alpha, in its own color space.
Implementation
@override
OklabColor get inverted => OklabColor(
1.0 - lightness, 1.0 - chromaticityA, 1.0 - chromaticityB, alpha);
Inverts the values of this ColorModel, excluding alpha, in its own color space.
@override
OklabColor get inverted => OklabColor(
1.0 - lightness, 1.0 - chromaticityA, 1.0 - chromaticityB, alpha);