Click or drag to resize

AdjustTintCommandTint Property

Gets or sets a value from -180 to +180. Positive values enhance green, negative values enhance red.

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 int Tint { get; set; }

Property Value

Type: Int32
A value from -180 to +180. Positive values enhance green, negative values enhance red.
Exceptions
ExceptionCondition
Thrown if value is not between -180 and 180.
See Also