Method Image.Image()->`%()
- Method `%
res =object
Image.Image()
/operand
res =object
Image.Image()
/color
res =object
Image.Image()
/value
res =object
Image.Image()
%operand
res =object
Image.Image()
%color
res =object
Image.Image()
%value
- Description
-
Divides pixel values and creates a new image from the result or the rest.
- Parameter
operand
-
the other image to divide with; the images must have the same size.
- Parameter
color
- Parameter
value
-
if specified as color or value, it will act as a whole image of that color (or value).
- Returns
-
the new image object
- Note
-
It isn't possible to do a modulo 256 either. (why?)
- See also