Component information for a bitmap image.
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public enum CGBitmapInfo
Public Enumeration CGBitmapInfo
public enum class CGBitmapInfo

Member | Description |
---|---|
kCGBitmapAlphaInfoMask | The alpha information mask. Use this to extract alpha information that specifies whether a bitmap contains an alpha channel and how the alpha channel is generated. Available in Mac OS X v10.4 and later. |
kCGBitmapFloatComponents | The components of a bitmap are floating-point values. Available in Mac OS X v10.4 and later. |
kCGBitmapByteOrderMask | The byte ordering of pixel formats. Available in Mac OS X v10.4 and later. |
kCGBitmapByteOrderDefault | The default byte order. Available in Mac OS X v10.4 and later. |
kCGBitmapByteOrder16Little | 16-bit, little endian format. Available in Mac OS X v10.4 and later. |
kCGBitmapByteOrder32Little | 32-bit, little endian format. Available in Mac OS X v10.4 and later. |
kCGBitmapByteOrder16Big | 16-bit, big endian format. Available in Mac OS X v10.4 and later. |
kCGBitmapByteOrder32Big | 32-bit, big endian format. Available in Mac OS X v10.4 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)