khtml Library API Documentation

DOM::RGBColor Class Reference

The RGBColor interface is used to represent any RGB color value. More...

#include <css_value.h>

List of all members.

Public Methods

 RGBColor (const QColor &c)
CSSPrimitiveValue red () const
 This attribute is used for the red value of the RGB color.

CSSPrimitiveValue green () const
 This attribute is used for the green value of the RGB color.

CSSPrimitiveValue blue () const
 This attribute is used for the blue value of the RGB color.


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.

Definition at line 579 of file css_value.h.


Constructor & Destructor Documentation

DOM::RGBColor::RGBColor const QColor   c [inline]
 

Deprecated:

Definition at line 586 of file css_value.h.

References QColor::rgb().


Member Function Documentation

CSSPrimitiveValue RGBColor::red  
 

This attribute is used for the red value of the RGB color.

Definition at line 482 of file css_value.cpp.

CSSPrimitiveValue RGBColor::green  
 

This attribute is used for the green value of the RGB color.

Definition at line 487 of file css_value.cpp.

CSSPrimitiveValue RGBColor::blue  
 

This attribute is used for the blue value of the RGB color.

Definition at line 492 of file css_value.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:45 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001