C# Class CoreLib.Effects.GammaTransferEffect

Inheritance: Windows.UI.Xaml.DependencyObject, ICompositionEffect
Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Свойство Type Description
BlueExponentProperty Windows.UI.Xaml.DependencyProperty
GreenExponentProperty Windows.UI.Xaml.DependencyProperty
RedExponentProperty Windows.UI.Xaml.DependencyProperty
SourceProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
Draw ( ) : Task
Initialize ( UIElement attachedElement ) : void
InitializeResources ( ) : Task
Uninitialize ( ) : void

Private Methods

Méthode Description
BlueExponentChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
CreateBrush ( ) : void
CreateEffect ( ) : void
CreateImageFactory ( UIElement element ) : void
CreateSpriteVisual ( ) : void
CreateSurface ( ) : Task
GetElementHeight ( ) : float
GetElementWidth ( ) : float
GreenExponentChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
Insert ( ) : void
RedExponentChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
UpdateBlueExponent ( ) : void
UpdateGreenExponent ( ) : void
UpdateRedExponent ( ) : void
UpdateSpriteVisual ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : Task
Résultat Task

Initialize() public méthode

public Initialize ( UIElement attachedElement ) : void
attachedElement Windows.UI.Xaml.UIElement
Résultat void

InitializeResources() public méthode

public InitializeResources ( ) : Task
Résultat Task

Uninitialize() public méthode

public Uninitialize ( ) : void
Résultat void

Property Details

BlueExponentProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BlueExponentProperty
Résultat Windows.UI.Xaml.DependencyProperty

GreenExponentProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml GreenExponentProperty
Résultat Windows.UI.Xaml.DependencyProperty

RedExponentProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml RedExponentProperty
Résultat Windows.UI.Xaml.DependencyProperty

SourceProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml SourceProperty
Résultat Windows.UI.Xaml.DependencyProperty