AGI Components with Insight3D Alpha 2008 r8
AgGxImageFormat Enumeration
Library ReferenceAGI.GraphicsAgGxImageFormat
Image formats specifying how an image's components are ordered in memory.
Declaration Syntax
C# Visual Basic Visual C++
public 
enum 
AgGxImageFormat
Public 
Enumeration 
AgGxImageFormat
public 
enum class 
AgGxImageFormat
Members
Member Description
ImageFormatRed
Red Channels

ImageFormatGreen
Green Channels

ImageFormatBlue
Blue Channels

ImageFormatAlpha
Alpha Channels

ImageFormatRGB
Red, Green, and Blue Channels

ImageFormatBGR
Blue, Green, and Red Channels

ImageFormatRGBA
Red, Green, Blue, and Alpha Channels

ImageFormatBGRA
Blue, Green, Red, and Alpha Channels

ImageFormatLuminance
Luminance Channels

ImageFormatLuminanceAlpha
Luminance and Alpha Channels

Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)