SVGPaint in SVG 1.1

(no overview available)

Inherits from:

Instance Properties

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

Instance Methods

name returns description
setUri() (none)
setPaint() (none)
setRGBColor() (none) [from SVGColor]
setRGBColorICCColor() (none) [from SVGColor]
setColor() (none) [from SVGColor]

Constants

name object value description
SVG_PAINTTYPE_UNKNOWN SVGPaint 0
SVG_PAINTTYPE_RGBCOLOR SVGPaint 1
SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR SVGPaint 2
SVG_PAINTTYPE_NONE SVGPaint 101
SVG_PAINTTYPE_CURRENTCOLOR SVGPaint 102
SVG_PAINTTYPE_URI_NONE SVGPaint 103
SVG_PAINTTYPE_URI_CURRENTCOLOR SVGPaint 104
SVG_PAINTTYPE_URI_RGBCOLOR SVGPaint 105
SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR SVGPaint 106
SVG_PAINTTYPE_URI SVGPaint 107