RGBToRGBConverter

A converter that transforms RGB colors from one RGBColorSpace to another.

You can also convert a color directly with RGB.convertTo, but using a converter is more efficient if you need to convert more than one color at a time.

Functions

Link copied to clipboard
abstract fun convert(rgb: RGB): RGB