Desaturates the image.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Desaturate
public void Desaturate()
You can also use AdjustHsl class with Saturation = -1 to get the desaturated image.
bitmap.ColorAdjustment.Desaturate()
bitmap.ColorAdjustment.Desaturate();