SingleBandColor Class
Summary: Single band colorizer specifies a gray component for a raster.
Module: aspose.gis.rendering.colorizers
Full Name: aspose.gis.rendering.colorizers.SingleBandColor
Inheritance: RasterColorizer
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| SingleBandColor() | Initializes a new instance of the SingleBandColor class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| gray_band | BandColor | r/w | Specifies the gray component for our raster. |
| null [static] | NullColorizer | r | The NullColorizer draws nothing and effectively skips the rendering of cells it is applied to. |
Constructor: SingleBandColor()
SingleBandColor()
Initializes a new instance of the SingleBandColor class.