CIImage.ImageWithTexture(UInt32, CGSize, Boolean, CGColorSpace) Method

Definition

[Foundation.Export("imageWithTexture:size:flipped:colorSpace:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, null)]
public static CoreImage.CIImage ImageWithTexture (uint glTextureName, CoreGraphics.CGSize size, bool flipped, CoreGraphics.CGColorSpace colorspace);
[Foundation.Export("imageWithTexture:size:flipped:colorSpace:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIImage ImageWithTexture (uint glTextureName, CoreGraphics.CGSize size, bool flipped, CoreGraphics.CGColorSpace colorspace);
static member ImageWithTexture : uint32 * CoreGraphics.CGSize * bool * CoreGraphics.CGColorSpace -> CoreImage.CIImage

Parameters

glTextureName
UInt32
size
CGSize
flipped
Boolean
colorspace
CGColorSpace

To be added.

This parameter can be null.

Returns

Attributes

Applies to