Color

Color

rgb : U8, U8, U8 -> Color

rgba : U8, U8, U8, U8 -> Color

hex : Str -> Result Color [InvalidHex Str]

to_str : Color -> Str

named : Str -> Result Color [UnknownColor Str]