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

This action adjusts the saturation level of an Element. Saturation is adjusted by specifying a level value which ranges from -100 (dark) to 100 (light).

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


ImageElement with Saturation Level equal to -75.

ImageElement before the action is applied.

ImageElement with Saturation Level equal to 75.


Syntax sample