class DOM.RGBColor |
|
|
The RGBColor interface is used to represent any RGB color value. This interface reflects the values in the underlying style property. Hence, modifications made through this interface modify the style property.
|
|
|
Deprecated |
|
|
|
This attribute is used for the blue value of the RGB color.
|
|
Internal |
|
This attribute is used for the green value of the RGB color.
|
|
This attribute is used for the red value of the RGB color.
|