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: 2026.2.0.0.42 (.NET 4.6.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