Edit

Share via


LuminanceToAlphaEffect Class

Definition

A luminance to alpha effect

public sealed class LuminanceToAlphaEffect : Microsoft.Toolkit.Uwp.UI.Media.Effects.IPipelineEffect
type LuminanceToAlphaEffect = class
    interface IPipelineEffect
Public NotInheritable Class LuminanceToAlphaEffect
Implements IPipelineEffect
Inheritance
LuminanceToAlphaEffect
Implements

Remarks

This effect maps to the Win2D Microsoft.Graphics.Canvas.Effects.LuminanceToAlphaEffect effect

Constructors

LuminanceToAlphaEffect()

Methods

AppendToPipeline(PipelineBuilder)

Appends the current effect to the input PipelineBuilder instance.

Applies to