Conversion Graph
Global color conversion graph, used for automatic conversions between different color spaces.
Functions
add
Link copied to clipboard
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