Image formats specifying how an image's
components are ordered in memory.
| C# | Visual Basic | Visual C++ |
public enum AgGxImageFormat
Public Enumeration AgGxImageFormat
public enum class AgGxImageFormat
| 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)