convert abstract method

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

Converts other to this color's color space.

Implementation

@override
ColorModel convert(cm.ColorModel other);