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 Contrast node modifies the contrast level of an input image. It works by adjusting the difference between the light and dark areas of the image. A factor of 1.0 leaves the image unchanged, values below 1.0 reduce contrast, and values above 1.0 increase it.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-The input image to have its contrast adjusted.
factorFLOATNo0.0 - 2.0Contrast factor. 1.0 = no change, <1.0 = less contrast, >1.0 = more contrast. (default: 1.0)

Outputs

Output NameData TypeDescription
imageIMAGEThe resulting image with adjusted contrast.