You are here: Start » FIL.NET » Function Reference » Image » Image Enhancement » FIL.AutoAdjustColors

FIL.AutoAdjustColors

Adjusts image colors by stretching each channel separately.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void AutoAdjustColors
(
	FilNet.Image inImage,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outImageFilNet.ImageOutput image.

Errors

List of possible exceptions:

Error type Description
DomainError Not supported inImage pixel format in AutoAdjustColors. Supported formats: 3xUInt8, 3xInt8, 3xUInt16, 3xInt16, 3xInt32, 3xReal.

See also