svg::SVGColor Interface Reference
import "svg.idl";
Inheritance diagram for svg::SVGColor:

Collaboration diagram for svg::SVGColor:

Public Member Functions | |
| void | setRGBColor (in DOMString rgbColor) raises ( SVGException ) |
| void | setRGBColorICCColor (in DOMString rgbColor, in DOMString iccColor) raises ( SVGException ) |
| void | setColor (in unsigned short colorType, in DOMString rgbColor, in 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 |
| readonly attribute SVGICCColor | iccColor |
Detailed Description
Definition at line 248 of file svg.idl.
Member Function Documentation
| void svg::SVGColor::setColor | ( | in unsigned short | colorType, | |
| in DOMString | rgbColor, | |||
| in DOMString | iccColor | |||
| ) | raises ( SVGException ) |
| void svg::SVGColor::setRGBColor | ( | in DOMString | rgbColor | ) | raises ( SVGException ) |
| void svg::SVGColor::setRGBColorICCColor | ( | in DOMString | rgbColor, | |
| in DOMString | iccColor | |||
| ) | raises ( SVGException ) |
Member Data Documentation
| readonly attribute unsigned short svg::SVGColor::colorType |
| readonly attribute SVGICCColor svg::SVGColor::iccColor |
| readonly attribute css::RGBColor svg::SVGColor::rgbColor |
| const unsigned short svg::SVGColor::SVG_COLORTYPE_CURRENTCOLOR = 3 |
| const unsigned short svg::SVGColor::SVG_COLORTYPE_RGBCOLOR = 1 |
| const unsigned short svg::SVGColor::SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2 |
| const unsigned short svg::SVGColor::SVG_COLORTYPE_UNKNOWN = 0 |
The documentation for this interface was generated from the following file:
