convert method

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

Converts other to this color's color space.

Implementation

@override
HsiColor convert(cm.ColorModel other) => other.toHsiColor().cast();