Share via


GLKTextureLoader.ApplyPremultiplication Property

Definition

Represents the value associated with the constant GLKTextureLoaderApplyPremultiplication

[Foundation.Field("GLKTextureLoaderApplyPremultiplication", "GLKit")]
public static Foundation.NSString ApplyPremultiplication { get; }
[<Foundation.Field("GLKTextureLoaderApplyPremultiplication", "GLKit")>]
static member ApplyPremultiplication : Foundation.NSString

Property Value

Attributes

Remarks

Used as a key for textureOperations if you are using the NSDictionary overloads instead of the strongly typed GLKTextureOperations class.

Applies to