#include <color.h>
|
| unsigned int | R |
| |
| unsigned int | G |
| |
| unsigned int | B |
| |
| unsigned int | A |
| |
◆ ColorData() [1/3]
◆ ColorData() [2/3]
| ColorData::ColorData |
( |
unsigned int | p_r, |
|
|
unsigned int | p_g, |
|
|
unsigned int | p_b ) |
◆ ColorData() [3/3]
| ColorData::ColorData |
( |
unsigned int | p_r, |
|
|
unsigned int | p_g, |
|
|
unsigned int | p_b, |
|
|
unsigned int | p_a ) |
◆ ~ColorData()
| ColorData::~ColorData |
( |
| ) |
|
|
virtual |
◆ clone()
◆ copy()
◆ equalTo()
◆ getA()
| unsigned int ColorData::getA |
( |
| ) |
const |
◆ getB()
| unsigned int ColorData::getB |
( |
| ) |
const |
◆ getG()
| unsigned int ColorData::getG |
( |
| ) |
const |
◆ getR()
| unsigned int ColorData::getR |
( |
| ) |
const |
◆ setA()
| void ColorData::setA |
( |
unsigned int | p_a | ) |
|
◆ setB()
| void ColorData::setB |
( |
unsigned int | p_b | ) |
|
◆ setG()
| void ColorData::setG |
( |
unsigned int | p_g | ) |
|
◆ setR()
| void ColorData::setR |
( |
unsigned int | p_r | ) |
|
◆ toString()
| std::string ColorData::toString |
( |
| ) |
|
| unsigned int ColorData::A |
|
protected |
| unsigned int ColorData::B |
|
protected |
| unsigned int ColorData::G |
|
protected |
| unsigned int ColorData::R |
|
protected |
The documentation for this class was generated from the following files: