TemperatureAndTintEffect.Temperature 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
Syntaxpublic float Temperature { get; set; }
Property Value
Type:
Single
Remarks
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