Class SingleBandColor

SingleBandColor class

Single band colorizer specifies a gray component for a raster.

public class SingleBandColor : RasterColorizer

Constructors

NameDescription
SingleBandColor()Initializes a new instance of the SingleBandColor class.

Properties

NameDescription
GrayBand { get; set; }Specifies the gray component for our raster.

See Also