TemperatureAndTintEffectTemperature Property |
Specifies how much to increase or decrease the temperature 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
Syntax public float Temperature { get; set; }
Property Value
Type:
SingleRemarks
Temperature refers to the balance between blue and yellow colors. Increasing the
temperature increases the intensity of red and green pixels, while decreasing the
amount of blue. This moves colors toward yellow.
See Also