class RGBColor

The RGBColor interface is used to represent any More...

Full nameDOM::RGBColor
Definition#include <css_value.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Members


Detailed Description

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.

 RGBColor ()

RGBColor

 RGBColor (const RGBColor &other)

RGBColor

 RGBColor (const QColor &color)

RGBColor

RGBColor &  operator = (const RGBColor &other)

operator =

 ~RGBColor ()

~RGBColor

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 QColorcolor ()

color

[const]

QColor m_color

m_color

[protected]


Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53.