#include <AImage.h>
Inheritance diagram for CLUTImage:

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.
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented from CImage. Definition at line 361 of file AImage.h. References LookUpTable::get(), CImage::getBluePixel(), and LUTImage::theLookUpTable. |
|
||||||||||||
|
Reimplemented from CImage. Definition at line 358 of file AImage.h. References LookUpTable::get(), CImage::getBluePixel(), and LUTImage::theLookUpTable. |
|
|
Reimplemented from CImage. Definition at line 367 of file AImage.h. References LookUpTable::get(), CImage::getGreenPixel(), and LUTImage::theLookUpTable. |
|
||||||||||||
|
Reimplemented from CImage. Definition at line 364 of file AImage.h. References LookUpTable::get(), CImage::getGreenPixel(), and LUTImage::theLookUpTable. |
|
|
Reimplemented from CImage. Definition at line 354 of file AImage.h. References LookUpTable::get(), CImage::getRedPixel(), and LUTImage::theLookUpTable. |
|
||||||||||||
|
Reimplemented from CImage. Definition at line 351 of file AImage.h. References LookUpTable::get(), CImage::getRedPixel(), and LUTImage::theLookUpTable. |
1.4.6