TemperatureAndTintEffect Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A temperature and tint effect
public sealed class TemperatureAndTintEffect : Microsoft.Toolkit.Uwp.UI.Media.Effects.IPipelineEffect
type TemperatureAndTintEffect = class
interface IPipelineEffect
Public NotInheritable Class TemperatureAndTintEffect
Implements IPipelineEffect
- Inheritance
-
TemperatureAndTintEffect
- Implements
This effect maps to the Win2D Microsoft.Graphics.Canvas.Effects.TemperatureAndTintEffect effect
Temperature |
Gets or sets the value of the temperature for the current effect (defaults to 0, should be in the [-1, 1] range) |
Tint |
Gets or sets the value of the tint for the current effect (defaults to 0, should be in the [-1, 1] range) |
Append |
Appends the current effect to the input PipelineBuilder instance. |
Producto | Versiones |
---|---|
Windows Community Toolkit | 6.1.1 |