# Functions
NewSimpleColor returns a SimpleColor for rgb in the form 0x00RRGGBB.
NewSimpleColorForArray returns a SimpleColor for an r,g,b array.
NewSimpleColorForHexCode returns a SimpleColor for a #FFFFFF type hexadecimal rgb color representation.
ParseColor turns a color string into a SimpleColor.
# Structs
SimpleColor is a simple rgb wrapper.