mpsimagemultiply(3) mojave man page | unix.com

Man Page: mpsimagemultiply

Operating Environment: mojave

Section: 3

MPSImageMultiply(3)					 MetalPerformanceShaders.framework				       MPSImageMultiply(3)

NAME
MPSImageMultiply
SYNOPSIS
#import <MPSImageMath.h> Inherits MPSImageArithmetic. Instance Methods (nonnull instancetype) - initWithDevice: Additional Inherited Members Detailed Description This depends on Metal.framework. Specifies the multiplication operator. For each pixel in the primary source image (x) and each pixel in a secondary source image (y), it applies the following function: result = ((primaryScale * x) * (secondaryScale * y)) + bias. Method Documentation - (nonnull instancetype) initWithDevice: (nonnull id< MTLDevice >) device Initialize the multiplication operator Parameters: device The device the filter will run on. Returns: A valid MPSImageMultiply object or nil, if failure. Reimplemented from MPSImageArithmetic. Author Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code. Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSImageMultiply(3)
Related Man Pages
mpscnnneuronlinear(3) - mojave
mpscnnneuronlogarithm(3) - mojave
mpscnnneuronprelu(3) - mojave
mpscnnneuronsoftplus(3) - mojave
mpscnnneurontanh(3) - mojave
Similar Topics in the Unix Linux Community
Update: Uploading Movies at Attachments to Posts
UNIX tool on MacOS that can increase resolution of a file
Controlling user input
How can I direct messages from mac console.app to a log file?
Python 3.8.0rc1 released.