Method Image.Image()->`*()
classImage.Image
- Method
`*
objectres =Image.Image()*operand
objectres =Image.Image()*color
objectres =Image.Image()*value
objectres =Image.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