SepiaEffect Class
Definition
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 sepia effect
public sealed class SepiaEffect : Microsoft.Toolkit.Uwp.UI.Media.Effects.IPipelineEffect
type SepiaEffect = class
interface IPipelineEffect
Public NotInheritable Class SepiaEffect
Implements IPipelineEffect
- Inheritance
-
SepiaEffect
- Implements
Remarks
This effect maps to the Win2D Microsoft.Graphics.Canvas.Effects.SepiaEffect effect
Constructors
| SepiaEffect() |
Properties
| Intensity |
Gets or sets the intensity of the effect (defaults to 0.5, should be in the [0, 1] range). |
Methods
| AppendToPipeline(PipelineBuilder) |
Appends the current effect to the input PipelineBuilder instance. |