DOM::RGBColor Class Reference
TheRGBColor
interface is used to represent any RGB color value.
More...
#include <css_value.h>
Public Methods | |
RGBColor (const QColor &c) | |
CSSPrimitiveValue | red () const |
CSSPrimitiveValue | green () const |
CSSPrimitiveValue | blue () const |
Detailed Description
TheRGBColor
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 590 of file css_value.h.
Constructor & Destructor Documentation
|
Definition at line 597 of file css_value.h. References QColor::rgb(). |
Member Function Documentation
|
This attribute is used for the red value of the RGB color.
Definition at line 500 of file css_value.cpp. |
|
This attribute is used for the green value of the RGB color.
Definition at line 505 of file css_value.cpp. |
|
This attribute is used for the blue value of the RGB color.
Definition at line 510 of file css_value.cpp. |
The documentation for this class was generated from the following files: