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.
| Member | Value | Description |
|---|---|---|
| eStkGraphicsRasterBandRed | 0 | A band containing red values. |
| eStkGraphicsRasterBandGreen | 1 | A band containing green values. |
| eStkGraphicsRasterBandBlue | 2 | A band containing blue values. |
| eStkGraphicsRasterBandAlpha | 3 | A band containing alpha values. |
| eStkGraphicsRasterBandLuminance | 4 | A band containing luminance values. |





