Method Image.Image()->`+()
classImage.Image
- Method
`+
objectres =Image.Image()+operand
objectres =Image.Image()+color
objectres =Image.Image()+value- Description
-
adds two images; values are truncated at 255.
- Parameter
operand the image which to add.
- 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