color
Definitions of Color objects.
Functions
Color: color.c3
color.c3(int: R, int: G, int: B)
Returns a Color object with the given RGB values.
Color: color.c4
color.c4(int: R, int: G, int: B, int: A)
Returns a Color object with the given RGBA values.