These constants represent the various bitmap component formats supported by NSBitmapImageRep. These values are combined using the C bitwise OR operator and passed to initWithBitmapDataPlanes:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpaceName:bitmapFormat:bytesPerRow:bitsPerPixel: as the bitmap format and are returned by bitmapFormat.
Available in Mac OS X v10.4 and later.

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

Member | Description |
---|---|
NSAlphaFirstBitmapFormat | If 0, alpha values are the last component. For example, CMYKA and RGBA. Available in Mac OS X v10.4 and later. |
NSAlphaNonpremultipliedBitmapFormat | If 0, alpha values are premultiplied. Available in Mac OS X v10.4 and later. |
NSFloatingPointSamplesBitmapFormat | If 0, samples are integer values. 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)