IMPSnnGramMatrixCallback.GetAlpha(MPSImage, MPSImage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("alphaForSourceImage:destinationImage:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual float GetAlpha(MetalPerformanceShaders.MPSImage sourceImage, MetalPerformanceShaders.MPSImage destinationImage);
[<Foundation.Export("alphaForSourceImage:destinationImage:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAlpha : MetalPerformanceShaders.MPSImage * MetalPerformanceShaders.MPSImage -> single
override this.GetAlpha : MetalPerformanceShaders.MPSImage * MetalPerformanceShaders.MPSImage -> single
Parameters
- sourceImage
- MPSImage
- destinationImage
- MPSImage
Returns
- Attributes