Enum CoreGraphics.CGBitmapInfo
Bitmap info flags for CGBitmapContext and CGImage creation.
[Flags]
public enum CoreGraphics.CGBitmapInfo : uint
Fields
AlphaFirst = 4AlphaInfoMask = 31AlphaLast = AlphaPremultipliedLast | AlphaPremultipliedFirstAlphaNone = 0AlphaNoneSkipFirst = AlphaPremultipliedFirst | AlphaFirstAlphaNoneSkipLast = AlphaPremultipliedLast | AlphaFirstAlphaOnly = AlphaPremultipliedLast | AlphaNoneSkipFirstAlphaPremultipliedFirst = 2AlphaPremultipliedLast = 1ByteOrder16Big = ByteOrder16Little | ByteOrder32LittleByteOrder16Little = 4096ByteOrder32Big = 16384ByteOrder32Little = 8192ByteOrderDefault = 0ByteOrderMask = ByteOrder16Big | ByteOrder32BigFloatComponents = 256FloatInfoMask = 3840None = 0