#include <lti_imageStageOverrides.h>
Definition at line 194 of file lti_imageStageOverrides.h.
§ LTIOverrideBackgroundPixelData()
LTIOverrideBackgroundPixelData::LTIOverrideBackgroundPixelData |
( |
| ) |
|
§ ~LTIOverrideBackgroundPixelData()
LTIOverrideBackgroundPixelData::~LTIOverrideBackgroundPixelData |
( |
| ) |
|
§ setBackgroundPixel()
LT_STATUS LTIOverrideBackgroundPixelData::setBackgroundPixel |
( |
const LTIPixel * |
backgroundPixel | ) |
|
This function is used to set the background color of the image.
Derived classes may choose to call this function from within their initialize() method. If the background color is not set, or if NULL is passed in, a background color of black (sample values of 0) will be used. (Exception: for CMYK images, the background is set to white.)
- Parameters
-
backgroundPixel | the data for the background color |
- Returns
- status code indicating success or failure
§ setNoDataPixel()
LT_STATUS LTIOverrideBackgroundPixelData::setNoDataPixel |
( |
const LTIPixel * |
nodataPixel | ) |
|
This function is used to set the "no data" or transparency color of the image.
Derived classes may choose to call this function from within their initialize() method. If the transparency color is not set, or if NULL is passed in, the image will be assumed to have no transparent pixels.
- Parameters
-
nodataPixel | the data for the transparency color |
- Returns
- status code indicating success or failure
§ m_backgroundPixel
LTIPixel* LTIOverrideBackgroundPixelData::m_backgroundPixel |
§ m_nodataPixel
LTIPixel* LTIOverrideBackgroundPixelData::m_nodataPixel |
The documentation for this struct was generated from the following file: