Syntax
Document.Multiply ( OtherDocument )
Parameters
Document OtherDocument - another document object accessible to the script
or:
String OtherDocument - the DisplayName associated with another document
Returns
Nothing
Remarks
Multiplies this image by OtherDocument on a pixel-by-pixel basis. For color images, each plane of this document is multiplied by the corresponding plane of OtherDocument. Both images must be the same type (monochrome or color). If the images are of different sizes, only the region of their intersection, starting at the top left corner, is affected. OtherDocument can be specified either as a Document object, or as a string giving the display name (window title) of a document already open in MaxIm DL.
This method is equivalent to the Multiply operation in the Pixel Math command.