#include "data.h"#include "transfunc.h"Go to the source code of this file.
Compounds | |
| class | Slice |
Defines | |
| #define | CLAMP0255(x) x = ((x < 0) ? 0 : ((x < 255) ? x : 255)) |
|
|
Definition at line 8 of file slice.h. Referenced by Slice::SetPixels(). |
1.3-rc2