|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CRGBA Member ListThis is the complete list of members for NLMISC::CRGBA, including all inherited members.
A | NLMISC::CRGBA | |
add(CRGBA c0, CRGBA c1) | NLMISC::CRGBA | [inline] |
addColors(CRGBA *dest, const CRGBA *src1, const CRGBA *src2, uint numColors, uint srcStride=sizeof(CRGBA), uint destStride=sizeof(CRGBA), uint dup=1) | NLMISC::CRGBA | [static] |
addRGBOnly(CRGBA c0, CRGBA c1) | NLMISC::CRGBA | [inline] |
avg2(CRGBA a, CRGBA b) | NLMISC::CRGBA | [inline] |
avg2RGBOnly(CRGBA a, CRGBA b) | NLMISC::CRGBA | [inline] |
avg4(CRGBA a, CRGBA b, CRGBA c, CRGBA d) | NLMISC::CRGBA | [inline] |
avg4RGBOnly(CRGBA a, CRGBA b, CRGBA c, CRGBA d) | NLMISC::CRGBA | [inline] |
B | NLMISC::CRGBA | |
Black | NLMISC::CRGBA | [static] |
blendFromui(CRGBA c0, CRGBA c1, uint coef) | NLMISC::CRGBA | [inline] |
blendFromuiRGBOnly(CRGBA c0, CRGBA c1, uint coef) | NLMISC::CRGBA | [inline] |
Blue | NLMISC::CRGBA | [static] |
buildFromHLS(float h, float l, float s) | NLMISC::CRGBA | |
convertToHLS(float &h, float &l, float &S) const | NLMISC::CRGBA | |
CRGBA() | NLMISC::CRGBA | [inline] |
CRGBA(uint8 r, uint8 g, uint8 b, uint8 a=255) | NLMISC::CRGBA | [inline] |
Cyan | NLMISC::CRGBA | [static] |
G | NLMISC::CRGBA | |
get565() const | NLMISC::CRGBA | [inline] |
getPacked() const | NLMISC::CRGBA | [inline] |
Green | NLMISC::CRGBA | [static] |
Magenta | NLMISC::CRGBA | [static] |
modulateColors(CRGBA *dest, const CRGBA *src1, const CRGBA *src2, uint numColors, uint srcStride=sizeof(CRGBA), uint destStride=sizeof(CRGBA), uint dup=1) | NLMISC::CRGBA | [static] |
modulateFromColor(CRGBA c0, CRGBA c1) | NLMISC::CRGBA | [inline] |
modulateFromColorRGBOnly(CRGBA c0, CRGBA c1) | NLMISC::CRGBA | [inline] |
modulateFromui(CRGBA c0, uint a) | NLMISC::CRGBA | [inline] |
modulateFromuiRGBOnly(CRGBA c0, uint a) | NLMISC::CRGBA | [inline] |
operator!=(CRGBA c) const | NLMISC::CRGBA | [inline] |
operator<(CRGBA c) const | NLMISC::CRGBA | [inline] |
operator==(CRGBA c) const | NLMISC::CRGBA | [inline] |
R | NLMISC::CRGBA | |
Red | NLMISC::CRGBA | [static] |
serial(class NLMISC::IStream &f) | NLMISC::CRGBA | |
set(uint8 r, uint8 g, uint8 b, uint8 a=255) | NLMISC::CRGBA | |
set565(uint16 col) | NLMISC::CRGBA | [inline] |
sub(CRGBA c0, CRGBA c1) | NLMISC::CRGBA | [inline] |
subRGBOnly(CRGBA c0, CRGBA c1) | NLMISC::CRGBA | [inline] |
subtractColors(CRGBA *dest, const CRGBA *src1, const CRGBA *src2, uint numColors, uint srcStride=sizeof(CRGBA), uint destStride=sizeof(CRGBA), uint dup=1) | NLMISC::CRGBA | [static] |
White | NLMISC::CRGBA | [static] |
Yellow | NLMISC::CRGBA | [static] |
|
|