convert method

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

Converts other to this color's color space.

Implementation

@override
HspColor convert(ColorModel other) => other.toHspColor();