#include <stdint.h>

Go to the source code of this file.
Classes | |
| struct | color_table::Rgb | 
| struct | color_table::Yuv | 
Namespaces | |
| namespace | color_table | 
Typedefs | |
| typedef uint8_t | color_table::ColorTable [128][128][128] | 
Enumerations | |
| enum | color_table::Color {  color_table::UNDEFINED, color_table::ORANGE, color_table::PINK, color_table::BLUE, color_table::GREEN, color_table::WHITE, color_table::YELLOW, color_table::NUM_COLORS }  | 
Variables | |
| const unsigned int | color_table::IMAGE_HEIGHT = 480 | 
| const unsigned int | color_table::IMAGE_WIDTH = 640 |