Brightness
Returns a new Image with the brightness adjusted by the given factor.
Examples
Using this image as our input:
Code | Output |
---|---|
image.brightness(2.0) |
|
image.brightness(0.5) |
Returns a new Image with the brightness adjusted by the given factor.
Using this image as our input:
Code | Output |
---|---|
image.brightness(2.0) |
|
image.brightness(0.5) |