MPSNNFilterNode.GetFilters Method

Definition

Overloads

GetFilters(MPSNNImageNode)
GetFilters(MPSNNImageNode[])

GetFilters(MPSNNImageNode)

[Foundation.Export("gradientFiltersWithSource:")]
[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[] GetFilters (MetalPerformanceShaders.MPSNNImageNode gradientImageSource);
abstract member GetFilters : MetalPerformanceShaders.MPSNNImageNode -> MetalPerformanceShaders.MPSNNGradientFilterNode[]
override this.GetFilters : MetalPerformanceShaders.MPSNNImageNode -> MetalPerformanceShaders.MPSNNGradientFilterNode[]

Parameters

gradientImageSource
MPSNNImageNode

Returns

Attributes

Applies to

GetFilters(MPSNNImageNode[])

[Foundation.Export("gradientFiltersWithSources:")]
[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[] GetFilters (MetalPerformanceShaders.MPSNNImageNode[] gradientImagesSources);
abstract member GetFilters : MetalPerformanceShaders.MPSNNImageNode[] -> MetalPerformanceShaders.MPSNNGradientFilterNode[]
override this.GetFilters : MetalPerformanceShaders.MPSNNImageNode[] -> MetalPerformanceShaders.MPSNNGradientFilterNode[]

Parameters

gradientImagesSources
MPSNNImageNode[]

Returns

Attributes

Applies to