Neodynamic ImageDraw SDK for .NET
AdjustGamma
Represented by Neodynamic.SDK.AdjustGamma class.

This action adjusts the Gamma correction value of an Element. Gamma correction is adjusted by specifying a value which ranges from -100 to 100.

In the following example we have an ImageElement and a TextElement on the Canvas and an AdjustGamma action is applied on the ImageElement only.


ImageElement with Gamma Correction equal to -70.

ImageElement before the action is applied.

ImageElement with Gamma Correction equal to 70.


Syntax sample