MultiBandColor Class
Contents
[
Hide
]Summary: Multiband colorizer specifies red, green and blue components for a raster.
Module: aspose.gis.rendering.colorizers
Full Name: aspose.gis.rendering.colorizers.MultiBandColor
Inheritance: RasterColorizer
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| MultiBandColor() | Initializes a new instance of the MultiBandColor class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| alpha_band | BandColor | r/w | Specifies the alpha component for our raster. |
| blue_band | BandColor | r/w | Specifies the blue component for our raster. |
| green_band | BandColor | r/w | Specifies the green component for our raster. |
| null [static] | NullColorizer | r | The NullColorizer draws nothing and effectively skips the rendering of cells it is applied to. |
| red_band | BandColor | r/w | Specifies the red component for our raster. |
Constructor: MultiBandColor()
MultiBandColor()
Initializes a new instance of the MultiBandColor class.