Method Image.Image()->`&()
- Method `&
res =object
Image.Image()
&operand
res =object
Image.Image()
&color
res =object
Image.Image()
&value
- Description
-
makes a new image out of the minimum pixels values
- Parameter
operand
-
the other image to compare 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