Map used to get a color by name. More...
#include <mo_colormap.h>
Static Public Member Functions | |
| static Color | getColor (string input) |
| get the color as an object | |
| static void | getColor (string input, float &red, float &green, float &blue) |
| get the color by reference for each color field | |
Map used to get a color by name.
| Color ColorMap::getColor | ( | string | input | ) | [static] |
get the color as an object
| void ColorMap::getColor | ( | string | input, | |
| float & | red, | |||
| float & | green, | |||
| float & | blue | |||
| ) | [static] |
get the color by reference for each color field
1.7.1