#include <lldrawpool.h>

Public Member Functions | |
| LLOverrideFaceColor (LLDrawPool *pool) | |
| LLOverrideFaceColor (LLDrawPool *pool, const LLColor4 &color) | |
| LLOverrideFaceColor (LLDrawPool *pool, const LLColor4U &color) | |
| LLOverrideFaceColor (LLDrawPool *pool, F32 r, F32 g, F32 b, F32 a) | |
| ~LLOverrideFaceColor () | |
| void | setColor (const LLColor4 &color) |
| void | setColor (const LLColor4U &color) |
| void | setColor (F32 r, F32 g, F32 b, F32 a) |
Public Attributes | |
| BOOL | mOverride |
| LLDrawPool * | mPool |
Static Public Attributes | |
| static BOOL | sOverrideFaceColor = FALSE |
Definition at line 190 of file lldrawpool.h.
| LLFacePool::LLOverrideFaceColor::LLOverrideFaceColor | ( | LLDrawPool * | pool | ) | [inline] |
| LLFacePool::LLOverrideFaceColor::LLOverrideFaceColor | ( | LLDrawPool * | pool, | |
| const LLColor4 & | color | |||
| ) | [inline] |
Definition at line 198 of file lldrawpool.h.
References setColor(), sOverrideFaceColor, and TRUE.

| LLFacePool::LLOverrideFaceColor::LLOverrideFaceColor | ( | LLDrawPool * | pool, | |
| const LLColor4U & | color | |||
| ) | [inline] |
Definition at line 204 of file lldrawpool.h.
References setColor(), sOverrideFaceColor, and TRUE.

| LLFacePool::LLOverrideFaceColor::LLOverrideFaceColor | ( | LLDrawPool * | pool, | |
| F32 | r, | |||
| F32 | g, | |||
| F32 | b, | |||
| F32 | a | |||
| ) | [inline] |
Definition at line 210 of file lldrawpool.h.
References setColor(), sOverrideFaceColor, and TRUE.

| LLFacePool::LLOverrideFaceColor::~LLOverrideFaceColor | ( | ) | [inline] |
| void LLFacePool::LLOverrideFaceColor::setColor | ( | const LLColor4 & | color | ) |
Definition at line 306 of file lldrawpool.cpp.
References LLColor4::mV.
Referenced by LLOverrideFaceColor(), and LLDrawPoolAvatar::renderAvatars().

| void LLFacePool::LLOverrideFaceColor::setColor | ( | const LLColor4U & | color | ) |
Definition at line 316 of file lldrawpool.cpp.
Definition at line 224 of file lldrawpool.h.
BOOL LLFacePool::LLOverrideFaceColor::sOverrideFaceColor = FALSE [static] |
Definition at line 225 of file lldrawpool.h.
Referenced by LLOverrideFaceColor(), LLFace::renderSetColor(), and ~LLOverrideFaceColor().
1.5.5