| a | Color | |
| AColor(ubyte r, ubyte g, ubyte b) | Color | [related] |
| AColor(ubyte r, ubyte g, ubyte b, ubyte a) | Color | [related] |
| add(Color other) | Color | |
| addass(Color other) | Color | |
| b | Color | |
| Black | Color | |
| blend(Color o) | Color | |
| blend(Color o, ubyte t) | Color | |
| blend2(Color yx, Color xy, Color yy, ubyte a, ubyte b) | Color | |
| fromHSV(float h, float s, float v) | Color | [static] |
| fromHSV(float h, float s, float v, ubyte a) | Color | [static] |
| g | Color | |
| intensity() | Color | |
| inverse() | Color | |
| mul(float scale) | Color | |
| mulass(float scale) | Color | |
| r | Color | |
| sblend(Color o, float t) | Color | |
| SColor(float r, float g, float b) | Color | [related] |
| SColor(float r, float g, float b, float a) | Color | [related] |
| SColor1(float r, float g, float b) | Color | [related] |
| SColor1(float r, float g, float b, float a) | Color | [related] |
| storeUByte3(ubyte *p) | Color | |
| toHSV(out float h, out float s, out float v) | Color | |
| toString() | Color | |
| Trans | Color | |
| White | Color | |