|
|
The <code> RGBColor </code> interface is used to represent any <a href="http://www.w3.org/TR/REC-CSS2/syndata.html#value-def-color"> RGB color </a> value. This interface reflects the values in the underlying style property. Hence, modifications made through this interface modify the style property.
| CSSPrimitiveValue |
[const]
This attribute is used for the red value of the RGB color.
| CSSPrimitiveValue |
[const]
This attribute is used for the green value of the RGB color.
| CSSPrimitiveValue |
[const]
This attribute is used for the blue value of the RGB color.
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |