Inheritance diagram for DiARGBPixelTemplate< T1, T2, T3 >:
Public Member Functions | |
| DiARGBPixelTemplate (const DiDocument *docu, const DiInputPixel *pixel, DiLookupTable *palette[3], EI_Status &status, const unsigned long planeSize, const int bits) | |
| constructor | |
| virtual | ~DiARGBPixelTemplate () |
| destructor | |
Private Member Functions | |
| void | convert (const T1 *pixel, DiLookupTable *palette[3], const unsigned long planeSize, const int bits) |
| convert input pixel data to intermediate representation | |
Definition at line 50 of file diargpxt.h.
|
||||||||||||||||||||||||||||||||
|
constructor
References DiARGBPixelTemplate< T1, T2, T3 >::convert(), DiInputPixel::getData(), and DiInputPixel::getPixelStart(). |
|
||||||||||||||||||||||||
|
convert input pixel data to intermediate representation
References DiBaseLUT::getFirstEntry(), and DiColorPixelTemplate< T3 >::Init(). Referenced by DiARGBPixelTemplate< T1, T2, T3 >::DiARGBPixelTemplate(). |