STK Graphics PrimitivesSend comments on this topic.
AgEStkGraphicsRasterBand Enumeration
See Also

Description

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.

Members

MemberValueDescription
eStkGraphicsRasterBandRed0A band containing red values.
eStkGraphicsRasterBandGreen1A band containing green values.
eStkGraphicsRasterBandBlue2A band containing blue values.
eStkGraphicsRasterBandAlpha3A band containing alpha values.
eStkGraphicsRasterBandLuminance4A band containing luminance values.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.