convert method

  1. @override
OklabColor convert(
  1. ColorModel other
)
override

Converts other to this color's color space.

Implementation

@override
OklabColor convert(ColorModel other) => other.toOklabColor();