Classes

color.h File Reference

#include "common/common.h"
Include dependency graph for color.h:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

void getImgColorFromString ( IN const char *  text,
OUT img_color_t color 
)

Definition at line 58 of file color.cpp.