ColorConverter

fun interface ColorConverter<F : Color, T : Color>

One-way converter from color type F to T.

Functions

convert
Link copied to clipboard
abstract fun convert(color: F): T

Convert color from type F to T.