BackdropGammaTransferBrush Class

Definition

A brush which alters the colors of whatever is behind it in the application by applying a per-channel gamma transfer function. See https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_GammaTransferEffect.htm.

public class BackdropGammaTransferBrush : Windows.UI.Xaml.Media.XamlCompositionBrushBase
type BackdropGammaTransferBrush = class
    inherit XamlCompositionBrushBase
Public Class BackdropGammaTransferBrush
Inherits XamlCompositionBrushBase
Inheritance
Windows.UI.Xaml.Media.XamlCompositionBrushBase
BackdropGammaTransferBrush

Constructors

BackdropGammaTransferBrush()

Initializes a new instance of the BackdropGammaTransferBrush class.

Fields

AlphaAmplitudeProperty

Identifies the AlphaAmplitude dependency property.

AlphaDisableProperty

Identifies the AlphaDisable dependency property.

AlphaExponentProperty

Identifies the AlphaExponent dependency property.

AlphaOffsetProperty

Identifies the AlphaOffset dependency property.

BlueAmplitudeProperty

Identifies the BlueAmplitude dependency property.

BlueDisableProperty

Identifies the BlueDisable dependency property.

BlueExponentProperty

Identifies the BlueExponent dependency property.

BlueOffsetProperty

Identifies the BlueOffset dependency property.

GreenAmplitudeProperty

Identifies the GreenAmplitude dependency property.

GreenDisableProperty

Identifies the GreenDisable dependency property.

GreenExponentProperty

Identifies the GreenExponent dependency property.

GreenOffsetProperty

Identifies the GreenOffset dependency property.

RedAmplitudeProperty

Identifies the RedAmplitude dependency property.

RedDisableProperty

Identifies the RedDisable dependency property.

RedExponentProperty

Identifies the RedExponent dependency property.

RedOffsetProperty

Identifies the RedOffset dependency property.

Properties

AlphaAmplitude

Gets or sets the amount of scale to apply to the alpha chennel.

AlphaDisable

Gets or sets a value indicating whether to disable alpha transfer.

AlphaExponent

Gets or sets the amount of scale to apply to the alpha chennel.

AlphaOffset

Gets or sets the amount of scale to apply to the alpha chennel.

BlueAmplitude

Gets or sets the amount of scale to apply to the Blue chennel.

BlueDisable

Gets or sets a value indicating whether to disable Blue transfer.

BlueExponent

Gets or sets the amount of scale to apply to the Blue chennel.

BlueOffset

Gets or sets the amount of scale to apply to the Blue chennel.

GreenAmplitude

Gets or sets the amount of scale to apply to the Green chennel.

GreenDisable

Gets or sets a value indicating whether to disable Green transfer.

GreenExponent

Gets or sets the amount of scale to apply to the Green chennel.

GreenOffset

Gets or sets the amount of scale to apply to the Green chennel.

RedAmplitude

Gets or sets the amount of scale to apply to the Red chennel.

RedDisable

Gets or sets a value indicating whether to disable Red transfer.

RedExponent

Gets or sets the amount of scale to apply to the Red chennel.

RedOffset

Gets or sets the amount of scale to apply to the Red chennel.

Methods

OnConnected()

Initializes the Composition Brush.

OnDisconnected()

Deconstructs the Composition Brush.

Applies to