#include "common/common.h"
Go to the source code of this file.
Classes | |
struct | img_color_t |
standard 4-byte color value for images. Byte ranges 0-255 More... | |
struct | glut_color_t |
colors used for GLUT (OpenGL utility library). 0-127 max component values More... | |
Functions | |
void | getImgColorFromString (IN const char *text, OUT img_color_t &color) |
void getImgColorFromString | ( | IN const char * | text, | |
OUT img_color_t & | color | |||
) |