SVGColor in SVG 1.1

(no overview available)

Inherits from:

Inerhited by:

Instance Properties

name type description
colorType Number (read only)
cssText String [from CSSValue]
cssValueType Number (read only) [from CSSValue]
iccColor SVGICCColor (read only)

Instance Methods

name returns description
setColor(colorType,rgbColor,iccColor) (none)
setRGBColor(rgbColor) (none)
setRGBColorICCColor(rgbColor,iccColor) (none)

Constants

name object value description
SVG_COLORTYPE_UNKNOWN SVGColor 0
SVG_COLORTYPE_RGBCOLOR SVGColor 1
SVG_COLORTYPE_RGBCOLOR_ICCCOLOR SVGColor 2
SVG_COLORTYPE_CURRENTCOLOR SVGColor 3