Tao.DevIl SDK Documentation

Ilu.iluGammaCorrect Method 

reater than 1.0, the image is brightened. It uses interpolation so it's slower then iluGammaCorrectScale

[Visual Basic]
Public Shared Function iluGammaCorrect( _
   ByVal Gamma As Single _
) As Boolean
[C#]
public static bool iluGammaCorrect(
   float Gamma
);

Parameters

Gamma
Gamma correction.

Return Value

See Also

Ilu Class | Tao.DevIl Namespace