#include <color.h>
ColorF |
( |
const F32 |
in_r, |
|
|
const F32 |
in_g, |
|
|
const F32 |
in_b, |
|
|
const F32 |
in_a = 1.0f |
|
) |
| |
|
inline |
ColorF |
( |
const char * |
pStockColorName | ) |
|
const F32* address |
( |
void |
| ) |
const |
|
inline |
U32 getARGBPack |
( |
| ) |
const |
|
inline |
U32 getBGRAPack |
( |
| ) |
const |
|
inline |
U32 getRGBAPack |
( |
| ) |
const |
|
inline |
void interpolate |
( |
const ColorF & |
in_rC1, |
|
|
const ColorF & |
in_rC2, |
|
|
const F32 |
in_factor |
|
) |
| |
|
inline |
bool isValidColor |
( |
| ) |
const |
|
inline |
operator const U32 |
( |
| ) |
const |
|
inline |
bool operator!= |
( |
const ColorF & |
in_Cmp | ) |
const |
|
inline |
ColorF operator* |
( |
const F32 |
in_mul | ) |
const |
|
inline |
ColorF & operator*= |
( |
const F32 |
in_mul | ) |
|
|
inline |
ColorF operator/ |
( |
const F32 |
in_div | ) |
const |
|
inline |
ColorF & operator/= |
( |
const F32 |
in_div | ) |
|
|
inline |
bool operator== |
( |
const ColorF & |
in_Cmp | ) |
const |
|
inline |
const char* scriptThis |
( |
void |
| ) |
const |
|
inline |
void set |
( |
const F32 |
in_r, |
|
|
const F32 |
in_g, |
|
|
const F32 |
in_b, |
|
|
const F32 |
in_a = 1.0f |
|
) |
| |
|
inline |
void set |
( |
const char * |
pStockColorName | ) |
|
StringTableEntry stringThis |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files:
- graphics/color.h
- graphics/color.cc