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

This action adjusts the shade of a color, its hue; the intensity of a color, its saturation; or the lightness of a color of an Element.

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


ImageElement before the action is applied.

ImageElement with AdjustHSL action applied on it. Hue = -50, Saturation = 20, and Lightness = 50.


Syntax sample