Contents

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.

See Also

Deprecated Constants