AGI STK Graphics Plugins 11 Send 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

Member Value Description
eStkGraphicsPluginRasterFormatRed 0 The format of the raster is a single band consisting of red values.
eStkGraphicsPluginRasterFormatGreen 1 The format of the raster is a single band consisting of green values.
eStkGraphicsPluginRasterFormatBlue 2 The format of the raster is a single band consisting of blue values.
eStkGraphicsPluginRasterFormatAlpha 3 The format of the raster is a single band consisting of alpha values.
eStkGraphicsPluginRasterFormatRgb 4 The format of the raster is three bands consisting of red, green, and blue values.
eStkGraphicsPluginRasterFormatBgr 5 The format of the raster is three bands consisting of blue, green, and red values.
eStkGraphicsPluginRasterFormatRgba 6 The format of the raster is four bands consisting of red, green, blue, and alpha values.
eStkGraphicsPluginRasterFormatBgra 7 The format of the raster is four bands consisting of blue, green, red, and alpha values.
eStkGraphicsPluginRasterFormatLuminance 8 The format of the raster is a single band consisting of luminance values.
eStkGraphicsPluginRasterFormatLuminanceAlpha 9 The format of the raster is two bands consisting of luminance and alpha values.
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1