Modifica

Condividi tramite


MPSNNAdditionGradientNode Constructors

Definition

Overloads

MPSNNAdditionGradientNode(NSObjectFlag)
MPSNNAdditionGradientNode(IntPtr)
MPSNNAdditionGradientNode(MPSNNImageNode[], MPSNNFilterNode, Boolean)
MPSNNAdditionGradientNode(MPSNNImageNode, MPSNNImageNode, MPSNNBinaryGradientStateNode, Boolean)

MPSNNAdditionGradientNode(NSObjectFlag)

protected MPSNNAdditionGradientNode (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSNNAdditionGradientNode : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSNNAdditionGradientNode

Parameters

Applies to

MPSNNAdditionGradientNode(IntPtr)

protected internal MPSNNAdditionGradientNode (IntPtr handle);
new MetalPerformanceShaders.MPSNNAdditionGradientNode : nativeint -> MetalPerformanceShaders.MPSNNAdditionGradientNode

Parameters

handle
IntPtr

nativeint

Applies to

MPSNNAdditionGradientNode(MPSNNImageNode[], MPSNNFilterNode, Boolean)

[Foundation.Export("initWithGradientImages:forwardFilter:isSecondarySourceFilter:")]
public MPSNNAdditionGradientNode (MetalPerformanceShaders.MPSNNImageNode[] gradientImages, MetalPerformanceShaders.MPSNNFilterNode filter, bool isSecondarySourceFilter);
new MetalPerformanceShaders.MPSNNAdditionGradientNode : MetalPerformanceShaders.MPSNNImageNode[] * MetalPerformanceShaders.MPSNNFilterNode * bool -> MetalPerformanceShaders.MPSNNAdditionGradientNode

Parameters

gradientImages
MPSNNImageNode[]
isSecondarySourceFilter
Boolean
Attributes

Applies to

MPSNNAdditionGradientNode(MPSNNImageNode, MPSNNImageNode, MPSNNBinaryGradientStateNode, Boolean)

[Foundation.Export("initWithSourceGradient:sourceImage:gradientState:isSecondarySourceFilter:")]
public MPSNNAdditionGradientNode (MetalPerformanceShaders.MPSNNImageNode sourceGradient, MetalPerformanceShaders.MPSNNImageNode sourceImage, MetalPerformanceShaders.MPSNNBinaryGradientStateNode gradientState, bool isSecondarySourceFilter);
new MetalPerformanceShaders.MPSNNAdditionGradientNode : MetalPerformanceShaders.MPSNNImageNode * MetalPerformanceShaders.MPSNNImageNode * MetalPerformanceShaders.MPSNNBinaryGradientStateNode * bool -> MetalPerformanceShaders.MPSNNAdditionGradientNode

Parameters

sourceGradient
MPSNNImageNode
sourceImage
MPSNNImageNode
isSecondarySourceFilter
Boolean
Attributes

Applies to