|
libCZI
Reading CZI documents made easy
|
Options used for this accessor. More...
#include <libCZI_Compositor.h>
Public Member Functions | |
| void | Clear () |
| Clears this object to its blank state. | |
Public Attributes | |
| RgbFloatColor | backGroundColor |
| bool | drawTileBorder |
| std::shared_ptr< libCZI::IIndexSet > | sceneFilter |
| If specified, only subblocks with a scene-index contained in the set will be considered. | |
Options used for this accessor.
| RgbFloatColor libCZI::ISingleChannelPyramidLayerTileAccessor::Options::backGroundColor |
The back ground color. If the destination bitmap is a grayscale-type, then the mean from R, G and B is calculated and multiplied with the maximum pixel value (of the specific pixeltype). If it is a RGB-color type, then R, G and B are separately multiplied with the maximum pixel value. If any of R, G or B is NaN, then the background is not cleared.
| bool libCZI::ISingleChannelPyramidLayerTileAccessor::Options::drawTileBorder |
If true, then a one-pixel wide boundary will be drawn around each tile (in black color).