GetColorAttribute
rgb_color color = GetColorAttribute(attributes, "stop-color", 255);
fState.fCurrentColor = GetColorAttribute(attributes, "color", fState.fCurrentColor.alpha);
fState.fStrokeColor = GetColorAttribute(attributes, "stroke", fState.fFillColor.alpha);
fState.fFillColor = GetColorAttribute(attributes, "fill", fState.fFillColor.alpha);
rgb_color GetColorAttribute(const XML_Char **attributes, const char *name, uint8 alpha);