#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.
LookUpTable::LookUpTable | ( | ) |
LookUpTable::LookUpTable | ( | const LookUpTable & | ) |
int LookUpTable::get | ( | int | ) | const |
Referenced by CLUTImage::getBluePixel(), CLUTImage::getGreenPixel(), LUTImage::getInLT(), and CLUTImage::getRedPixel().
LookUpTable& LookUpTable::operator= | ( | const LookUpTable & | ) |
void LookUpTable::set | ( | int | , | |
int | ||||
) |
Referenced by LUTImage::setInLT().
unsigned char LookUpTable::table[256] [private] |