AutoAdjustColors


Adjusts image colors by stretching each channel separately.

Syntax

C++
Python
 
def AutoAdjustColors(
	inImage: Image,
	outImage: Image,
	/
)
-> None

Parameters

Name Type Default Description
Input value inImage Image Input image
Output value outImage Image Output image