MonobjcMonobjc Documented Class Library
QCPlugInPixelFormatARGB8 Field
NamespacesMonobjc.QuartzQCPlugInQCPlugInPixelFormatARGB8

An ARGB8 format. The alpha component is stored in the most significant bits of each pixel. Each pixel component is 8 bits. For best performance, use this format on PowerPC-based Macintosh computers, as it represents of the order of the data in memory.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString QCPlugInPixelFormatARGB8
Public Shared ReadOnly QCPlugInPixelFormatARGB8 As NSString
public:
static initonly NSString^ QCPlugInPixelFormatARGB8
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)