Table of Contents

Enum CoreGraphics.CGBitmapInfo

Namespace
Xui.Runtime.MacOS
Assembly
Xui.Runtime.MacOS.dll

Bitmap info flags for CGBitmapContext and CGImage creation.

[Flags]
public enum CoreGraphics.CGBitmapInfo : uint

Fields

AlphaFirst = 4
AlphaInfoMask = 31
AlphaLast = AlphaPremultipliedLast | AlphaPremultipliedFirst
AlphaNone = 0
AlphaNoneSkipFirst = AlphaPremultipliedFirst | AlphaFirst
AlphaNoneSkipLast = AlphaPremultipliedLast | AlphaFirst
AlphaOnly = AlphaPremultipliedLast | AlphaNoneSkipFirst
AlphaPremultipliedFirst = 2
AlphaPremultipliedLast = 1
ByteOrder16Big = ByteOrder16Little | ByteOrder32Little
ByteOrder16Little = 4096
ByteOrder32Big = 16384
ByteOrder32Little = 8192
ByteOrderDefault = 0
ByteOrderMask = ByteOrder16Big | ByteOrder32Big
FloatComponents = 256
FloatInfoMask = 3840
None = 0