This is the complete list of members for GxColor, including all inherited members.
| __getStaticRtti(void) (defined in GxStructBase) | GxStructBase | inlinestatic |
| _alpha | GxColor | |
| _blue | GxColor | |
| _color (defined in GxColor) | GxColor | |
| _green | GxColor | |
| _red | GxColor | |
| addColor(const GxColor color) | GxColor | |
| addScalar(u32 scalar) | GxColor | |
| BLACK | GxColor | static |
| BLUE | GxColor | static |
| convertPs3ToWindows(const GxColor ps3Color) | GxColor | static |
| convertWindowsToPs3(const GxColor windowsColor) | GxColor | static |
| createColor(GX_CSTR string) | GxColor | static |
| createColor(u32 value) | GxColor | static |
| CYAN | GxColor | static |
| DARK_BLUE | GxColor | static |
| DARK_CYAN | GxColor | static |
| DARK_GRAY | GxColor | static |
| DARK_GREEN | GxColor | static |
| DARK_MAGENTA | GxColor | static |
| DARK_RED | GxColor | static |
| DARK_YELLOW | GxColor | static |
| divScalar(f32 scalar) | GxColor | |
| getAddColor(GxColor &dst, const GxColor color0, const GxColor color1) | GxColor | static |
| getAddScalar(GxColor &dst, const GxColor color, u32 scalar) | GxColor | static |
| getDivScalar(GxColor &dst, const GxColor color, f32 scalar) | GxColor | static |
| getInvert(void) const | GxColor | inline |
| getLerp(const GxColor color0, const GxColor color1, f32 t) | GxColor | static |
| getLerp(GxColor &dst, const GxColor color0, const GxColor color1, f32 t) | GxColor | static |
| getLuminance(void) const | GxColor | inline |
| getMulColor(GxColor &dst, const GxColor color0, const GxColor color1) | GxColor | static |
| getMulScalar(GxColor &dst, const GxColor color, f32 scalar) | GxColor | static |
| getPropertyAlpha(void *const pValue) const | GxColor | inline |
| getPropertyBlue(void *const pValue) const | GxColor | inline |
| getPropertyGreen(void *const pValue) const | GxColor | inline |
| getPropertyRed(void *const pValue) const | GxColor | inline |
| getSubColor(GxColor &dst, const GxColor color0, const GxColor color1) | GxColor | static |
| getSubScalar(GxColor &dst, const GxColor color, u32 scalar) | GxColor | static |
| GREEN | GxColor | static |
| GxColor(void) | GxColor | inline |
| GxColor(u32 red, u32 green, u32 blue, u32 alpha=255) | GxColor | |
| GxColor(const GxColor color, u32 alpha) | GxColor | |
| GxColor(const GxColorHDR &color) | GxColor | |
| GxColor(const GxColor &color) | GxColor | |
| LIGHT_BLUE | GxColor | static |
| LIGHT_CYAN | GxColor | static |
| LIGHT_GRAY | GxColor | static |
| LIGHT_GREEN | GxColor | static |
| LIGHT_MAGENTA | GxColor | static |
| LIGHT_RED | GxColor | static |
| LIGHT_YELLOW | GxColor | static |
| MAGENTA | GxColor | static |
| MASK_ALPHA (defined in GxColor) | GxColor | static |
| MASK_BLUE (defined in GxColor) | GxColor | static |
| MASK_GREEN (defined in GxColor) | GxColor | static |
| MASK_RED (defined in GxColor) | GxColor | static |
| mulColor(const GxColor color) | GxColor | |
| mulScalar(f32 scalar) | GxColor | |
| operator!=(const GxColor color0, const GxColor color1) | GxColor | friend |
| operator*(const GxColor color, f32 scalar) | GxColor | friend |
| operator*(f32 scalar, const GxColor color) | GxColor | friend |
| operator*(const GxColor color0, const GxColor color1) | GxColor | friend |
| operator*=(f32 scalar) | GxColor | |
| operator*=(const GxColor color) | GxColor | |
| operator+(const GxColor color, u32 scalar) | GxColor | friend |
| operator+(const GxColor color0, const GxColor color1) | GxColor | friend |
| operator+=(u32 scalar) | GxColor | |
| operator+=(const GxColor color) | GxColor | |
| operator-(const GxColor color, u32 scalar) | GxColor | friend |
| operator-(const GxColor color0, const GxColor color1) | GxColor | friend |
| operator-=(u32 scalar) | GxColor | |
| operator-=(const GxColor color) | GxColor | |
| operator/(const GxColor color, f32 scalar) | GxColor | friend |
| operator/=(f32 scalar) | GxColor | |
| operator=(const GxColor color) | GxColor | |
| operator==(const GxColor color0, const GxColor color1) | GxColor | friend |
| ORANGE | GxColor | static |
| RED | GxColor | static |
| setPropertyAlpha(const void *const pValue) | GxColor | inline |
| setPropertyBlue(const void *const pValue) | GxColor | inline |
| setPropertyGreen(const void *const pValue) | GxColor | inline |
| setPropertyRed(const void *const pValue) | GxColor | inline |
| subColor(const GxColor color) | GxColor | |
| subScalar(u32 scalar) | GxColor | |
| SYSTEM_AXIS_X | GxColor | static |
| SYSTEM_AXIS_Y | GxColor | static |
| SYSTEM_AXIS_Z | GxColor | static |
| WHITE | GxColor | static |
| YELLOW | GxColor | static |