You are here: Start » FIL.NET » FIS.FisFilter_CorrectGamma Method

FIS.FisFilter_CorrectGamma Method

Performs gamma correction.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_CorrectGamma
(
	FilNet.ImagePointTransformsState ioState,
	FilNet.Image inImage,
	float inValue,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
ioStateFilNet.ImagePointTransformsState
inImageFilNet.ImageInput image.
inValuefloat<0.01f, 8.0f>2.0fGamma coefficient, where 1.0 is neutral. Default value: 2.0f.
outImageFilNet.ImageOutput image.

Function Overrides

See also