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...
| 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. |