MrSID Decode SDK for Raster Reference Manual
9.1.0.4045
|
#include <lti_imageStageOverrides.h>
Public Member Functions | |
LTIOverridePixelLookupTablesData () | |
~LTIOverridePixelLookupTablesData () | |
LT_STATUS | setPixelLookupTable (const LTIPixelLookupTable *pixelLookupTable) |
set the color lookup table More... | |
Public Attributes | |
LTIPixelLookupTable * | m_pixelLookupTable |
Definition at line 465 of file lti_imageStageOverrides.h.
LTIOverridePixelLookupTablesData::LTIOverridePixelLookupTablesData | ( | ) |
LTIOverridePixelLookupTablesData::~LTIOverridePixelLookupTablesData | ( | ) |
LT_STATUS LTIOverridePixelLookupTablesData::setPixelLookupTable | ( | const LTIPixelLookupTable * | pixelLookupTable | ) |
This function is used to set the color used lookup table, used for indexed color (palletized) images.
Derived classes may choose to call this function from within their initialize() method. If the lookup table is not set, or if NULL is passed in, the image will be assumed to have no lookup table.
The LTIImageStage makes a local copy of the lookup table.
pixelLookupTable | pointer to the lookup table (or NULL) |
Referenced by LTIOverridePixelLookupTables< LTIOverrideMetadata< LTIImageStage > >::overridePixelLookupTable().
LTIPixelLookupTable* LTIOverridePixelLookupTablesData::m_pixelLookupTable |
Definition at line 487 of file lti_imageStageOverrides.h.
Referenced by LTIOverridePixelLookupTables< LTIOverrideMetadata< LTIImageStage > >::getPixelLookupTable().
LizardTech |