convert method
Converts other
to this color's color space.
Implementation
@override
OklabColor convert(cm.ColorModel other) => other.toOklabColor().cast();
Converts other
to this color's color space.
@override
OklabColor convert(cm.ColorModel other) => other.toOklabColor().cast();