Aspose.Gis.Rendering.Colorizers
Aspose.Gis.Rendering.Colorizers
namespace provides classes for configuring rendering raster cells.
Classes
Class | Description |
---|---|
BandColor | Associates band values and a color component for specified band index. There are band values between min and max will be interpolated linearly. |
MultiBandColor | Multiband colorizer specifies red, green and blue components for a raster. |
NullColorizer | The NullColorizer draws nothing and effectively skips rendering of a raster cell it is applied to. |
RasterColorizer | The abstract root class for the colorizer that render a raster. |
SingleBandColor | Single band colorizer specifies a gray component for a raster. |