MPSNNFilterNode.GetFilter Method

Definition

Overloads

GetFilter(MPSNNImageNode)
GetFilter(MPSNNImageNode[])

GetFilter(MPSNNImageNode)

[Foundation.Export("gradientFilterWithSource:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual MetalPerformanceShaders.MPSNNGradientFilterNode GetFilter (MetalPerformanceShaders.MPSNNImageNode gradientImageSource);
abstract member GetFilter : MetalPerformanceShaders.MPSNNImageNode -> MetalPerformanceShaders.MPSNNGradientFilterNode
override this.GetFilter : MetalPerformanceShaders.MPSNNImageNode -> MetalPerformanceShaders.MPSNNGradientFilterNode

Parameters

gradientImageSource
MPSNNImageNode

Returns

Attributes

Applies to

GetFilter(MPSNNImageNode[])

[Foundation.Export("gradientFilterWithSources:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual MetalPerformanceShaders.MPSNNGradientFilterNode GetFilter (MetalPerformanceShaders.MPSNNImageNode[] gradientImagesSources);
abstract member GetFilter : MetalPerformanceShaders.MPSNNImageNode[] -> MetalPerformanceShaders.MPSNNGradientFilterNode
override this.GetFilter : MetalPerformanceShaders.MPSNNImageNode[] -> MetalPerformanceShaders.MPSNNGradientFilterNode

Parameters

gradientImagesSources
MPSNNImageNode[]

Returns

Attributes

Applies to