toOklabColor method

OklabColor toOklabColor()

Returns this color as an OklabColor.

Implementation

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