|
libyui
3.0.10
|
#include <YColor.h>
Public Member Functions | |
| YColor (uchar red, uchar green, uchar blue) | |
| YColor () | |
| uchar | red () const |
| uchar | green () const |
| uchar | blue () const |
| bool | isUndefined () const |
| bool | isDefined () const |
| YColor::YColor | ( | uchar | red, |
| uchar | green, | ||
| uchar | blue | ||
| ) | [inline] |
| YColor::YColor | ( | ) | [inline] |
| uchar YColor::blue | ( | ) | const [inline] |
| uchar YColor::green | ( | ) | const [inline] |
| bool YColor::isDefined | ( | ) | const [inline] |
| bool YColor::isUndefined | ( | ) | const [inline] |
| uchar YColor::red | ( | ) | const [inline] |