You are here: Start » AVL.NET » AVL.CorrectGamma(AvlNet.Image, float, AvlNet.Image)
AVL.CorrectGamma(AvlNet.Image, float, AvlNet.Image)
Performs gamma correction.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CorrectGamma( AvlNet.Image inImage, float inValue, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inValue
- Type: System.Single
Gamma coefficient, where 1.0 is neutral - outImage
- Type: AvlNet.Image
Output image
Remarks
See full override for more details.
