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

This action converts an Element to grayscale. Grayscale conversion is made in one step and it does not require any setting.

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


ImageElement before the action is applied.

ImageElement with ConvertToGrayscale action applied on it.


Syntax sample