class RGBColor
|
The <code> RGBColor </code> interface is used to represent any <a
href="http://www. More... |
|
|
Public Methods
Protected Members
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.
RGBColor (const RGBColor &other)
| RGBColor |
RGBColor (const QColor &color)
| RGBColor |
RGBColor & operator = (const RGBColor &other)
| operator = |
CSSPrimitiveValue red ()
| red |
[const]
This attribute is used for the red value of the RGB color.
CSSPrimitiveValue green ()
| green |
[const]
This attribute is used for the green value of the RGB color.
CSSPrimitiveValue blue ()
| blue |
[const]
This attribute is used for the blue value of the RGB color.
[const]
[protected]
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |