#include <AImage.h>
Public Member Functions | |
CLUTImage (const CLUTImage &li) | |
CLUTImage () | |
CLUTImage (const CImage &i) | |
CLUTImage (int w, int h) | |
virtual unsigned char | getRedPixel (int i, int j) const |
virtual unsigned char | getRedPixel (int n) const |
virtual unsigned char | getBluePixel (int i, int j) const |
virtual unsigned char | getBluePixel (int n) const |
virtual unsigned char | getGreenPixel (int i, int j) const |
virtual unsigned char | getGreenPixel (int n) const |
Definition at line 328 of file AImage.h.
virtual unsigned char CLUTImage::getBluePixel | ( | int | n | ) | const [inline, virtual] |
Reimplemented from CImage.
Definition at line 361 of file AImage.h.
References LookUpTable::get(), CImage::getBluePixel(), and LUTImage::theLookUpTable.
virtual unsigned char CLUTImage::getBluePixel | ( | int | i, | |
int | j | |||
) | const [inline, virtual] |
Reimplemented from CImage.
Definition at line 358 of file AImage.h.
References LookUpTable::get(), CImage::getBluePixel(), and LUTImage::theLookUpTable.
virtual unsigned char CLUTImage::getGreenPixel | ( | int | n | ) | const [inline, virtual] |
Reimplemented from CImage.
Definition at line 367 of file AImage.h.
References LookUpTable::get(), CImage::getGreenPixel(), and LUTImage::theLookUpTable.
virtual unsigned char CLUTImage::getGreenPixel | ( | int | i, | |
int | j | |||
) | const [inline, virtual] |
Reimplemented from CImage.
Definition at line 364 of file AImage.h.
References LookUpTable::get(), CImage::getGreenPixel(), and LUTImage::theLookUpTable.
virtual unsigned char CLUTImage::getRedPixel | ( | int | n | ) | const [inline, virtual] |
Reimplemented from CImage.
Definition at line 354 of file AImage.h.
References LookUpTable::get(), CImage::getRedPixel(), and LUTImage::theLookUpTable.
virtual unsigned char CLUTImage::getRedPixel | ( | int | i, | |
int | j | |||
) | const [inline, virtual] |
Reimplemented from CImage.
Definition at line 351 of file AImage.h.
References LookUpTable::get(), CImage::getRedPixel(), and LUTImage::theLookUpTable.