convert method

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

Converts other to this color's color space.

Implementation

@override
XyzColor convert(cm.ColorModel other) => other.toXyzColor().cast();