GFXVertexColor Class Reference#include <gfxVertexColor.h>
List of all members.
Constructor & Destructor Documentation
GFXVertexColor::GFXVertexColor |
( |
|
) |
[inline] |
GFXVertexColor::GFXVertexColor |
( |
const ColorI & |
color |
) |
[inline] |
Member Function Documentation
static void GFXVertexColor::setSwizzle |
( |
Swizzle< U8, 4 > * |
val |
) |
[inline, static] |
void GFXVertexColor::set |
( |
U8 |
red, |
|
|
U8 |
green, |
|
|
U8 |
blue, |
|
|
U8 |
alpha = 255 | |
|
) |
| | [inline] |
void GFXVertexColor::set |
( |
const ColorI & |
color |
) |
[inline] |
GFXVertexColor::operator const U32 * |
( |
|
) |
const [inline] |
const U32& GFXVertexColor::getPackedColorData |
( |
|
) |
const [inline] |
void GFXVertexColor::getColor |
( |
ColorI * |
color |
) |
const [inline] |
Member Data Documentation
|