Class MultiBandColor
MultiBandColor class
Multiband colorizer specifies red, green and blue components for a raster.
public class MultiBandColor : RasterColorizer
Constructors
Name | Description |
---|
MultiBandColor() | Initializes a new instance of the MultiBandColor class. |
Properties
Name | Description |
---|
AlphaBand { get; set; } | Specifies the alpha component for our raster. |
BlueBand { get; set; } | Specifies the blue component for our raster. |
GreenBand { get; set; } | Specifies the green component for our raster. |
RedBand { get; set; } | Specifies the red component for our raster. |
See Also