Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Adjust Brightness node modifies the brightness of an input image. It works by multiplying each pixel’s value by a specified factor, then ensuring the resulting values stay within a valid range. A factor of 1.0 leaves the image unchanged, values below 1.0 make it darker, and values above 1.0 make it brighter.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-The input image to adjust.
factorFLOATNo0.0 - 2.0Brightness factor. 1.0 = no change, <1.0 = darker, >1.0 = brighter. (default: 1.0)

Outputs

Output NameData TypeDescription
imageIMAGEThe output image with adjusted brightness.