Color

Color

ColorEncoding : [RGBA8888]

toText : Color, ColorEncoding -> Str

Build a TinyVG Text format string section from this Color

rocPurple : Color

The color Purple used for the Roc bird logo

Basic : [ Red, Orange, Yellow, Lime, Green, Sea, Cyan, Sky, Blue, Purple, Magenta, Pink, White, Black, Gray ]

A basic color pallette

fromBasic : Basic -> Color

Convert a Basic tag to a Color

basicToStr : Basic -> Str

basicFromStr : Str -> Result Basic [InvalidBasicColor]