Configuration flags for the Color module of TerraLib. More...
Go to the source code of this file.
Macros | |
#define | TE_COLOR_MODULE_NAME "te.color" |
#define | TE_OPAQUE 255 |
For an RGBA color this is the value of the alpha-channel for totally opaque. More... | |
#define | TE_TRANSPARENT 0 |
For an RGBA color this is the value of the alpha-channel for totally transparent. More... | |
DLL/LIB Module | |
Flags for building TerraLib as a DLL or as a Static Library | |
#define | TECOLOREXPORT |
You can use this macro in order to export/import classes and functions from this module. More... | |
#define TE_OPAQUE 255 |
For an RGBA color this is the value of the alpha-channel for totally opaque.
Definition at line 36 of file Config.h.
Referenced by te::color::RGBAColor::setColor().
#define TE_TRANSPARENT 0 |
#define TECOLOREXPORT |
You can use this macro in order to export/import classes and functions from this module.