| IMult |
Function
The IMult image math function multiplies one image by another. The second image’s
strength can be raised and lowered with the percent parameter. To multiply
an image
by its own matte channel, use MMult.
|
Parameters
|
Type
|
Defaults
|
Function
|
| clipMode |
int
|
1
|
Toggles between foreground (0) and background resolution (1) |
| percent |
float
|
100
|
Controls the mix between the multiplied result and the original image. |
| ignoreZero |
int
|
0
|
Tells Shake to ignore black (zero) values |
Synopsis
image IMult( image Foreground, image Background, int clipMode, float percent, int ignoreZero );
Script
image = IMult( Foreground, Background, clipMode, percent, ignoreZero );
Command Line
shake -imult image clipMode percent ignoreZero