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

AVL.AutoAdjustColors

Adjusts image colors by stretching each channel separately.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outImageAvlNet.ImageOutput image.

Errors

List of possible exceptions:

Error type Description
DomainError Not supported inImage pixel format in AutoAdjustColors.

See also