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

This action adjusts the brightness of an Element. Brightness is adjusted by specifying a level value which ranges from -100 (dark) to 100 (light). This action is typically used when correcting images that are too dark or too light.

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


ImageElement with Brightness Level equal to -60.

ImageElement before the action is applied.

ImageElement with Brightness Level equal to 60.


Syntax sample