#include <gColor.h>
◆ ColorI() [1/4]
◆ ColorI() [2/4]
◆ ColorI() [3/4]
| ColorI |
( |
const U8 | in_r, |
|
|
const U8 | in_g, |
|
|
const U8 | in_b, |
|
|
const U8 | in_a = U8(255) ) |
|
inline |
◆ ColorI() [4/4]
| ColorI |
( |
const char * | pStockColorName | ) |
|
◆ address()
| const U8 * address |
( |
void | | ) |
const |
|
inline |
◆ clamp()
◆ get4444()
◆ get565()
◆ getABGRPack()
| U32 getABGRPack |
( |
| ) |
const |
|
inline |
◆ getARGBEndian()
| U32 getARGBEndian |
( |
| ) |
const |
|
inline |
◆ getARGBPack()
| U32 getARGBPack |
( |
| ) |
const |
|
inline |
◆ getBGRPack()
◆ getRGBAPack()
| U32 getRGBAPack |
( |
| ) |
const |
|
inline |
◆ getRGBEndian()
| U32 getRGBEndian |
( |
| ) |
const |
|
inline |
◆ getRGBPack()
◆ interpolate()
| void interpolate |
( |
const ColorI & | in_rC1, |
|
|
const ColorI & | in_rC2, |
|
|
const F32 | in_factor ) |
|
inline |
◆ operator ColorF()
◆ operator const U32()
| operator const U32 |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool operator!= |
( |
const ColorI & | in_Cmp | ) |
const |
|
inline |
◆ operator*()
| ColorI operator* |
( |
const F32 | in_mul | ) |
const |
|
inline |
◆ operator*=()
| ColorI & operator*= |
( |
const F32 | in_mul | ) |
|
|
inline |
◆ operator==()
| bool operator== |
( |
const ColorI & | in_Cmp | ) |
const |
|
inline |
◆ scriptThis()
| const char * scriptThis |
( |
void | | ) |
const |
|
inline |
◆ set() [1/2]
| void set |
( |
const char * | pStockColorName | ) |
|
◆ set() [2/2]
| void set |
( |
const U8 | in_r, |
|
|
const U8 | in_g, |
|
|
const U8 | in_b, |
|
|
const U8 | in_a = U8(255) ) |
|
inline |
◆ StockColor() [1/2]
◆ StockColor() [2/2]
◆ stringThis()
| StringTableEntry stringThis |
( |
void | | ) |
const |
|
inline |
◆ alpha
◆ blue
◆ green
◆ red
The documentation for this class was generated from the following files:
- graphics/gColor.h
- graphics/gColor.cc