MrSID Decode SDK for Raster Reference Manual
9.5.1.4427
|
#include <lti_imageStageOverrides.h>
Public Member Functions | |
const LTIPixel * | getBackgroundPixel () const |
const LTIPixel * | getNoDataPixel () const |
LT_STATUS | overrideBackgroundPixel (const LTIPixel *backgroundPixel) |
LT_STATUS | overrideNoDataPixel (const LTIPixel *nodataPixel) |
Additional Inherited Members | |
![]() | |
LTIOverrideBackgroundPixelData () | |
~LTIOverrideBackgroundPixelData () | |
LT_STATUS | setBackgroundPixel (const LTIPixel *backgroundPixel) |
set the background color of the image More... | |
LT_STATUS | setNoDataPixel (const LTIPixel *nodataPixel) |
set the "no data" (transparency) color of the image More... | |
![]() | |
LTIPixel * | m_backgroundPixel |
LTIPixel * | m_nodataPixel |
Definition at line 234 of file lti_imageStageOverrides.h.
|
inline |
Definition at line 238 of file lti_imageStageOverrides.h.
References LTIOverrideBackgroundPixelData::m_backgroundPixel.
|
inline |
Definition at line 242 of file lti_imageStageOverrides.h.
References LTIOverrideBackgroundPixelData::m_nodataPixel.
|
inline |
Definition at line 247 of file lti_imageStageOverrides.h.
References LTIOverrideBackgroundPixelData::setBackgroundPixel().
|
inline |
Definition at line 251 of file lti_imageStageOverrides.h.
References LTIOverrideBackgroundPixelData::setNoDataPixel().
LizardTech |