ShadeEffect 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 effect that overlays a color layer over the current builder, with a specified intensity
public sealed class ShadeEffect : Microsoft.Toolkit.Uwp.UI.Media.Effects.IPipelineEffect
type ShadeEffect = class
interface IPipelineEffect
Public NotInheritable Class ShadeEffect
Implements IPipelineEffect
- Inheritance
-
ShadeEffect
- Implements
Constructors
| ShadeEffect() |
Properties
| Color |
Gets or sets the color to use |
| Intensity |
Gets or sets the intensity of the color layer (default to 0.5, should be in the [0, 1] range) |
Methods
| AppendToPipeline(PipelineBuilder) |
Appends the current effect to the input PipelineBuilder instance. |