STK AgGraphicsPluginSend comments on this topic.
AgEStkGraphicsPluginRasterFormat Enumeration
See Also

Description

Common raster band layouts that may be contained within a raster dataset. Each pixel of the raster will contain the bands defined by the layout in the specified order. A typical color raster image will have an RGB raster format.

Members

MemberValueDescription
eStkGraphicsPluginRasterFormatRed0The format of the raster is a single band consisting of red values.
eStkGraphicsPluginRasterFormatGreen1The format of the raster is a single band consisting of green values.
eStkGraphicsPluginRasterFormatBlue2The format of the raster is a single band consisting of blue values.
eStkGraphicsPluginRasterFormatAlpha3The format of the raster is a single band consisting of alpha values.
eStkGraphicsPluginRasterFormatRgb4The format of the raster is three bands consisting of red, green, and blue values.
eStkGraphicsPluginRasterFormatBgr5The format of the raster is three bands consisting of blue, green, and red values.
eStkGraphicsPluginRasterFormatRgba6The format of the raster is four bands consisting of red, green, blue, and alpha values.
eStkGraphicsPluginRasterFormatBgra7The format of the raster is four bands consisting of blue, green, red, and alpha values.
eStkGraphicsPluginRasterFormatLuminance8The format of the raster is a single band consisting of luminance values.
eStkGraphicsPluginRasterFormatLuminanceAlpha9The format of the raster is two bands consisting of luminance and alpha values.
© 2024 Analytical Graphics, Inc. All Rights Reserved.