Gets or sets a value indicating whether the transform should be run in automatic mode.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public bool Auto { get; set; }
true if the contrast is automatic; otherwise, false.If you set Auto property to true, and modifying Amount, Auto is reset to false.
When you create Contrast without specifying contrast amount, default value is true. If amount is passed to constructor, default value is false.