def getrgb(color)
Convert color string to RGB tuple.
getrgb(color)
color -- A CSS3-style colour string.
color
An RGB-tuple.
ValueError -- String format not supported.
ValueError