TemperatureAndTintEffect.Tint Property |
Specifies how much to increase or decrease the tint of the image. Default value 0, range -1 to 1.
Namespace:
Microsoft.Graphics.Canvas.Effects
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntaxpublic float Tint { get; set; }
Property Value
Type:
Single
Remarks
Tint refers to the balance between green and magenta colors. Increasing the tint
increases the intensity of red and blue pixels, while decreasing the amount of
green. This moves colors toward magenta.
See Also