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.2.419.0 (24.2.419.0)
Syntax Public Enumeration RasterBand
public enum class RasterBand
Members
| Member name | Description |
---|
| 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