Home | History | Annotate | Download | only in svg

Lines Matching defs:SVGColor

25 #include "SVGColor.h"
33 SVGColor::SVGColor(const SVGColorType& colorType)
38 PassRefPtr<RGBColor> SVGColor::rgbColor() const
43 void SVGColor::setRGBColor(const String& rgbColor, ExceptionCode& ec)
45 Color color = SVGColor::colorFromRGBColorString(rgbColor);
56 Color SVGColor::colorFromRGBColorString(const String& colorString)
65 void SVGColor::setRGBColorICCColor(const String& rgbColor, const String& iccColor, ExceptionCode& ec)
81 void SVGColor::setColor(unsigned short colorType, const String& rgbColor, const String& iccColor, ExceptionCode& ec)
132 String SVGColor::cssText() const