Class SingleBandColor

SingleBandColor class

Single band colorizer specifies a gray component for a raster.

public class SingleBandColor : RasterColorizer

Constructors

NameDescription
SingleBandColor()The default constructor.

Properties

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

See Also