#include "Allocate.h"
#include "FastFTOL.h"
#include "Vector.h"
#include "Macros.h"
Include dependency graph for RGBByte.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | RGBByte |
class | RGBAByte |
class | YAByte |
Defines | |
#define | __RGBBYTE_H |
#define | MAXCOLOR 255 |
#define | FLOATTOBYTE(flt) MAX(0,MIN(MAXCOLOR, fast_ftol_unsigned((flt) * MAXCOLOR + .5f))) |
Functions | |
void | GammaCorrect (UBYTE *color, float power) |
|
|
|
Definition at line 25 of file RGBByte.h. Referenced by YAByte::SetOpacity(), and RGBAByte::SetOpacity(). |
|
|
|
Definition at line 121 of file RGBByte.h. References fast_round(), MAXCOLOR, and MIN. Here is the call graph for this function: ![]() |
Generated on Thu Oct 27 11:46:49 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001