#include "uiobject.h"
#include "tinyxml.h"
Include dependency graph for guifader.h:
Go to the source code of this file.
Classes | |
class | GuiFader |
The class to use for manipulating color appearance. More... | |
Defines | |
#define | GAMMA_WHITE 0x1FFFF |
the gamma value to use, if the whole screen should be white | |
#define | GAMMA_BLACK 0x0000 |
the gamma value to use, if the whole screen should be black | |
#define | GAMMA_NORMAL 0x10000 |
the standard gamma value (all colors appere without manipulation) | |
#define | GAMMA_INVERT 0x80000000 |
making bitwise or of an intensity and this value, will invert all colors |