castTo method
      
ColorModel
castTo(
    
- ColorModel other
inherited
    Converts this color to other's color space.
Implementation
ColorModel castTo(ColorModel other) => other.convert(this);Converts this color to other's color space.
ColorModel castTo(ColorModel other) => other.convert(this);