Share via


CIBlendKernel.Apply Method

Definition

Overloads

Apply(CIImage, CIImage)

[Foundation.Export("applyWithForeground:background:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreImage.CIImage? Apply(CoreImage.CIImage foreground, CoreImage.CIImage background);
[<Foundation.Export("applyWithForeground:background:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Apply : CoreImage.CIImage * CoreImage.CIImage -> CoreImage.CIImage
override this.Apply : CoreImage.CIImage * CoreImage.CIImage -> CoreImage.CIImage

Parameters

foreground
CIImage
background
CIImage

Returns

Attributes

Applies to

Apply(CIImage, CIImage, CGColorSpace)

[Foundation.Export("applyWithForeground:background:colorSpace:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreImage.CIImage? Apply(CoreImage.CIImage foreground, CoreImage.CIImage background, CoreGraphics.CGColorSpace colorSpace);
[<Foundation.Export("applyWithForeground:background:colorSpace:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Apply : CoreImage.CIImage * CoreImage.CIImage * CoreGraphics.CGColorSpace -> CoreImage.CIImage
override this.Apply : CoreImage.CIImage * CoreImage.CIImage * CoreGraphics.CGColorSpace -> CoreImage.CIImage

Parameters

foreground
CIImage
background
CIImage
colorSpace
CGColorSpace

Returns

Attributes

Applies to