#include <AImage.h>
Public Member Functions | |
LookUpTable () | |
LookUpTable (const LookUpTable &) | |
LookUpTable & | operator= (const LookUpTable &) |
void | set (int, int) |
int | get (int) const |
Private Attributes | |
unsigned char | table [256] |
Definition at line 31 of file AImage.h.
|
|
|
|
|
Referenced by CLUTImage::getBluePixel(), CLUTImage::getGreenPixel(), LUTImage::getInLT(), and CLUTImage::getRedPixel(). |
|
|
|
Referenced by LUTImage::setInLT(). |
|
|