colorkt
1.0.5
colorkt
/
dev.kdrag0n.colorkt.conversion
/
ColorConverter
Color
Converter
fun
interface
ColorConverter
<
F
:
Color
,
T
:
Color
>
Content copied to clipboard
One-way converter from color type F to T.
Functions
Functions
convert
Link copied to clipboard
abstract
fun
convert
(
color
:
F
)
:
T
Content copied to clipboard
Convert
color
from type F to T.