convert method

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

Converts other to this color's color space.

Implementation

@override
RgbColor convert(ColorModel other) => other.toRgbColor();