Optional
channelsAll components of the image the image (no alpha).
Optional
gammaSpecifies the shape of the curve connecting the two points.
1
Optional
inputInput upper bound.
image.minMax().min
Optional
inputInput lower bound.
image.minMax().min
Optional
outImage to which to output.
Optional
outputOutput upper bound.
image.maxValue
Optional
outputoutput lower bound.
0
Specify which channels should be processed. To process the alpha as well, specify the channels as [0,1,2,3] for RGBA images and [0,1] for GREYA.