NSAlphaFirstBitmapFormat
A format where the alpha value comes first.
Declaration
static const NSBitmapFormat NSAlphaFirstBitmapFormat;Discussion
If this option is not specified, alpha values are the last component specified, as in CMYKA and RGBA.
A format where the alpha value comes first.
static const NSBitmapFormat NSAlphaFirstBitmapFormat;If this option is not specified, alpha values are the last component specified, as in CMYKA and RGBA.