svg::SVGColor Interface Reference

import "svg.idl";

Inheritance diagram for svg::SVGColor:
Collaboration diagram for svg::SVGColor:

List of all members.

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

Definition at line 255 of file svg.idl.

Definition at line 257 of file svg.idl.

Definition at line 256 of file svg.idl.

Definition at line 253 of file svg.idl.

const unsigned short svg::SVGColor::SVG_COLORTYPE_RGBCOLOR = 1

Definition at line 251 of file svg.idl.

Definition at line 252 of file svg.idl.

const unsigned short svg::SVGColor::SVG_COLORTYPE_UNKNOWN = 0

Definition at line 250 of file svg.idl.


The documentation for this interface was generated from the following file: