CanvasFactoryPixelPyramid
Description
- Derived from
-
CanvasFactory abstract
A ICanvasFactory for visualizing IPixelPyramid objects.
Public / Attributes
BlockSize
Size of a canvas block.
For PixelCoverage.PixelIsPoint semantics, the block size is a power of two plus one. For PixelCoverage.PixelIsArea semantics, the block size is a power of two.
- See also
ColorEmpty
Background color to use for pyramid tiles resulting from TileDataResult.Empty.
Set to 0
to produce empty tile data.
Defaults to Colors.Blue.
ColorError
Background color to use for pyramid tiles resulting from TileDataResult.Error.
Set to 0
to produce empty tile data.
Defaults to Colors.Red.
ColorVoid
Background color to use for pyramid tiles resulting from TileDataResult.Void.
Set to 0
to produce empty tile data.
Defaults to Colors.Magenta.