TLIB documentation
#include "tlVision.h"


Go to the source code of this file.
Classes | |
| class | tlColor |
| Color format description class. More... | |
Defines | |
| #define | TL_COLOR_RED 255, 0, 0 |
| #define | TL_COLOR_GREEN 0, 255, 0 |
| #define | TL_COLOR_BLUE 0, 0, 255 |
| #define | TL_COLOR_WHITE 255, 255, 255 |
| #define | TL_COLOR_BLACK 0, 0, 0 |
| #define | TL_COLOR_ORANGE 255, 165, 0 |
| #define | TL_COLOR_GOLD 255, 215, 0 |
| #define | TL_COLOR_PINK 255, 192, 203 |
| #define | TL_COLOR_YELLOW 255, 255, 0 |
| #define TL_COLOR_BLACK 0, 0, 0 |
Black color, useful for the overlay routines defined in tlImage.
| #define TL_COLOR_BLUE 0, 0, 255 |
Blue color, useful for the overlay routines defined in tlImage.
| #define TL_COLOR_GOLD 255, 215, 0 |
Gold color, useful for the overlay routines defined in tlImage.
| #define TL_COLOR_GREEN 0, 255, 0 |
Green color, useful for the overlay routines defined in tlImage
| #define TL_COLOR_ORANGE 255, 165, 0 |
Orange color, useful for the overlay routines defined in tlImage.
| #define TL_COLOR_PINK 255, 192, 203 |
Pink color, useful for the overlay routines defined in tlImage.
| #define TL_COLOR_RED 255, 0, 0 |
Red color, useful for the overlay routines defined in tlImage.
| #define TL_COLOR_WHITE 255, 255, 255 |
White color, useful for the overlay routines defined in tlImage.
| #define TL_COLOR_YELLOW 255, 255, 0 |
Yellow color, useful for the overlay routines defined in tlImage.