Functions
| parse_color | Parse a CSS3 color string into a tuple of RGBA values. |
Classes
| Color | |
| ColorMember | An Atom member class which coerces a value to a color. |
Parse a CSS3 color string into a tuple of RGBA values.
| Parameters : | color : string
|
|---|---|
| Returns : | result : Color or None
|
Bases: object
Get the alpha value for the color.
Get the color as an #AARRGGBB unsigned long.
Get the blue value for the color.
Get the green value for the color.
Get the red value for the color.