AdjustTintCommand.Tint 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)
Syntaxpublic int Tint { get; set; }
Public Property Tint As Integer
Get
Set
Property Value
Type:
Int32 A value from -180 to +180. Positive values enhance green, negative values enhance red.
ExceptionsException | Condition |
---|
| Thrown if value is not between -180 and 180. |
See Also