KiCad PCB EDA Suite
|
one 8bit-channel image implementation More...
Go to the source code of this file.
Macros | |
#define | CLAMP(n, min, max) {if( n < min ) n=min; else if( n > max ) n = max;} |
Variables | |
static const S_FILTER | FILTERS [] |
one 8bit-channel image implementation
Definition in file cimage.cpp.
Definition at line 35 of file cimage.cpp.
Referenced by CIMAGE::EfxFilter(), and CIMAGE::SetPixelsFromNormalizedFloat().
|
static |
Definition at line 326 of file cimage.cpp.