#include <raColor.h>
|
| | raColor (void) |
| |
| | raColor (float _r, float _g, float _b, float _a) |
| |
| | raColor (float _r, float _g, float _b) |
| |
| | raColor (float f) |
| |
| | raColor (float *com) |
| |
| | raColor (const int _r, const int _g, const int _b) |
| |
| | raColor (const int _r, const int _g, const int _b, const int _a) |
| |
| | raColor (const int *pComponent) |
| |
| | raColor (const int c) |
| |
| | operator unsigned long () const |
| |
| | operator float * () |
| |
| raColor & | operator= (const raColor &c) |
| |
| raColor & | operator+= (const raColor &c) |
| |
| raColor & | operator-= (const raColor &c) |
| |
| raColor & | operator*= (const raColor &c) |
| |
| raColor & | operator*= (const float f) |
| |
| raColor & | operator/= (const raColor &c) |
| |
| raColor & | operator/= (const float f) |
| |
|
| union { |
| struct { |
| float r |
| |
| float g |
| |
| float b |
| |
| float a |
| |
| } | |
| |
| struct { |
| float red |
| |
| float green |
| |
| float blue |
| |
| float alpa |
| |
| } | |
| |
| float c [4] |
| |
| }; | |
| |
Definition at line 5 of file raColor.h.
◆ raColor() [1/9]
| raColor::raColor |
( |
void |
| ) |
|
|
inline |
◆ raColor() [2/9]
| raColor::raColor |
( |
float |
_r, |
|
|
float |
_g, |
|
|
float |
_b, |
|
|
float |
_a |
|
) |
| |
|
inline |
◆ raColor() [3/9]
| raColor::raColor |
( |
float |
_r, |
|
|
float |
_g, |
|
|
float |
_b |
|
) |
| |
|
inline |
◆ raColor() [4/9]
| raColor::raColor |
( |
float |
f | ) |
|
|
inline |
◆ raColor() [5/9]
| raColor::raColor |
( |
float * |
com | ) |
|
|
inline |
◆ raColor() [6/9]
| raColor::raColor |
( |
const int |
_r, |
|
|
const int |
_g, |
|
|
const int |
_b |
|
) |
| |
|
inline |
◆ raColor() [7/9]
| raColor::raColor |
( |
const int |
_r, |
|
|
const int |
_g, |
|
|
const int |
_b, |
|
|
const int |
_a |
|
) |
| |
|
inline |
◆ raColor() [8/9]
| raColor::raColor |
( |
const int * |
pComponent | ) |
|
|
inline |
◆ raColor() [9/9]
| raColor::raColor |
( |
const int |
c | ) |
|
|
inline |
◆ operator float *()
| raColor::operator float * |
( |
| ) |
|
|
inline |
◆ operator unsigned long()
| raColor::operator unsigned long |
( |
| ) |
const |
|
inline |
◆ operator*=() [1/2]
◆ operator*=() [2/2]
| raColor& raColor::operator*= |
( |
const float |
f | ) |
|
|
inline |
◆ operator+=()
◆ operator-=()
◆ operator/=() [1/2]
◆ operator/=() [2/2]
| raColor& raColor::operator/= |
( |
const float |
f | ) |
|
|
inline |
◆ operator=()
◆ @9
◆ alpa
◆ blue
◆ green
◆ red
The documentation for this class was generated from the following file: