TLIB documentation
 

tlColor.h File Reference


Detailed Description

Color object description.

#include "tlVision.h"

Include dependency graph for tlColor.h:

This graph shows which files directly or indirectly include this file:

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 Documentation

#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.



TLIB documentation - generated on 7 May 2008
Please address any questions to seb@tuyphon.com
(C) 2001-2008 - S. Grange
(C) 2001-2007 - VRAI Group, EPFL
All Rights Reserved.