A namespace that provides information about each of the colors available to players in the game.
ColorInfo.h
A namespace that provides information about each of the colors available to players in the game. | |
Provides a string representation of the name of a color. | |
Provides a wxColour for displaying OpenGL objects with a color. | |
Provides a wxColour for displaying text with a color. | |
Creates a rectangular image of a color. |
|
Provides a wxColour for displaying OpenGL objects with a color. The GL color of a given ColorType is used in for appropriately painting all OpenGL objects of the player who is using that color.
| type | The color in question. |
A wxColour containing the OpenGL color.
|
Provides a wxColour for displaying text with a color. The UI color of a given ColorType is used in the UI for all text associated with the player who is using that color.
| type | The color in question. |
A wxColour containing the UI color.
|
Creates a rectangular image of a color. The image is the solid color with two black bars across the top and bottom. The image color is the UIColor version of the given ColorType.
| type | The color in question. |
| size | The size of the wxImage desired. |
A wxImage containing a rectangluar image of the color.
|
|
|
|