Click or drag to resize

RasterBand Enumeration

Common band types that may be contained within a Raster dataset. Each band can be thought of as a set of values, which are most commonly associated with colors when the raster represents an image. For instance, a typical color image contains three sets of values, or bands (red, green, and blue) which define the color of pixels within the image.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum RasterBand
Members
  Member nameDescription
Red A band containing red values.
Green A band containing green values.
Blue A band containing blue values.
Alpha A band containing alpha values.
Luminance A band containing luminance values.
See Also