Method Image.Image()->`*()
- Method `*
res =objectImage.Image()*operand
res =objectImage.Image()*color
res =objectImage.Image()*value
res =objectImage.Image()*value- Description
-
Multiplies pixel values and creates a new image. This can be useful to lower the values of an image, making it greyer, for instance:
image=image*128+64;
- Parameter
operand -
the other image to multiply with; the images must have the same size.
- Parameter
color -
an array in format ({r,g,b}), this is equal to using an uniform-colored image.
- Parameter
value -
equal to ({value,value,value}).
- Returns
-
the new image object
- See also
-
`-, `+, `|, `&, Image.Layer