CIImage.FormatARGB8 Property

Definition

Represents the value associated with the constant kCIFormatARGB8

[Foundation.Field("kCIFormatARGB8", "CoreImage")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static int FormatARGB8 { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.FormatARGB8 : int

Property Value

Attributes

Remarks

32-bit color in ARGB format.

Applies to