Share via


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

Definition

[Foundation.Export("imageWithTexture:size:flipped:colorSpace:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIImage ImageWithTexture(uint glTextureName, CoreGraphics.CGSize size, bool flipped, CoreGraphics.CGColorSpace? colorspace);
[<Foundation.Export("imageWithTexture:size:flipped:colorSpace:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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