add
Add a conversion from color type F to T, specified as generic types. This is a convenient wrapper for add.
fun add(from: ColorType, to: ColorType, converter: ColorConverter<Color, Color>)
Content copied to clipboard
Add a one-way conversion from color type from to to. You should also add a matching reverse conversion, i.e. from to to from.