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