convert method
Converts other
to this color's color space.
Implementation
@override
HsbColor convert(ColorModel other) => other.toHsbColor();
Converts other
to this color's color space.
@override
HsbColor convert(ColorModel other) => other.toHsbColor();