Click or drag to resize

GauzyMode Enumeration

Indicates the type of effect to apply in the GauzyCommand.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum GauzyMode
Members
  Member nameDescription
Desaturated Applies a desaturated effect to the image.
HighContrastForeground Creates a high contrast effect on the image.
FullColor Applies a full color gauzy effect.
Max Applies a maximum filter effect to the image.
Min Applies a minimum filter effect to the image.
See Also