toOklabColor method

OklabColor toOklabColor()

Converts this to the Oklab color space.

Implementation

OklabColor toOklabColor() => ColorConverter.toOklabColor(this);