You are here: Start » AVL.NET » AVS.CorrectGamma Method

AVS.CorrectGamma Method

Performs gamma correction.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CorrectGamma
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	float inValue,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inValuefloat<0.01f, 8.0f>2.0fGamma coefficient, where 1.0 is neutral. Default value: 2.0f.
outImageAvlNet.ImageOutput image.

Function Overrides

See also