import "SVGColor.idl";
Inherits CSSValue.
Inherited by SVGPaint.
Inheritance diagram for SVGColor:


Public Member Functions | |
| void | setRGBColor (in core::DOMString rgbColor) raises (SVGException) |
| void | setRGBColorICCColor (in core::DOMString rgbColor, in core::DOMString iccColor) raises (SVGException) |
| void | setColor (in unsigned short colorType, in core::DOMString rgbColor, in core::DOMString iccColor) raises (SVGException) |
Public Attributes | |
| const unsigned short | SVG_COLORTYPE_UNKNOWN = 0 |
| const unsigned short | SVG_COLORTYPE_RGBCOLOR = 1 |
| const unsigned short | SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2 |
| const unsigned short | SVG_COLORTYPE_CURRENTCOLOR = 3 |
| readonly attribute unsigned short | colorType |
| readonly attribute css::RGBColor | rgbColor |
Definition at line 26 of file SVGColor.idl.
| void setRGBColor | ( | in core::DOMString | rgbColor | ) | raises (SVGException) |
| void setRGBColorICCColor | ( | in core::DOMString | rgbColor, | |
| in core::DOMString | iccColor | |||
| ) | raises (SVGException) |
| void setColor | ( | in unsigned short | colorType, | |
| in core::DOMString | rgbColor, | |||
| in core::DOMString | iccColor | |||
| ) | raises (SVGException) |
| const unsigned short SVG_COLORTYPE_UNKNOWN = 0 |
Definition at line 28 of file SVGColor.idl.
| const unsigned short SVG_COLORTYPE_RGBCOLOR = 1 |
Definition at line 29 of file SVGColor.idl.
| const unsigned short SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2 |
Definition at line 30 of file SVGColor.idl.
| const unsigned short SVG_COLORTYPE_CURRENTCOLOR = 3 |
Definition at line 31 of file SVGColor.idl.
| readonly attribute unsigned short colorType |
Definition at line 33 of file SVGColor.idl.
| readonly attribute css::RGBColor rgbColor |
Definition at line 34 of file SVGColor.idl.
1.5.1