C# 클래스 CoreLib.Effects.GammaTransferEffect

상속: Windows.UI.Xaml.DependencyObject, ICompositionEffect
파일 보기 프로젝트 열기: liquidboy/X

공개 프로퍼티들

프로퍼티 타입 설명
BlueExponentProperty Windows.UI.Xaml.DependencyProperty
GreenExponentProperty Windows.UI.Xaml.DependencyProperty
RedExponentProperty Windows.UI.Xaml.DependencyProperty
SourceProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
Draw ( ) : Task
Initialize ( UIElement attachedElement ) : void
InitializeResources ( ) : Task
Uninitialize ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Draw() 공개 메소드

public Draw ( ) : Task
리턴 Task

Initialize() 공개 메소드

public Initialize ( UIElement attachedElement ) : void
attachedElement Windows.UI.Xaml.UIElement
리턴 void

InitializeResources() 공개 메소드

public InitializeResources ( ) : Task
리턴 Task

Uninitialize() 공개 메소드

public Uninitialize ( ) : void
리턴 void

프로퍼티 상세

BlueExponentProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml BlueExponentProperty
리턴 Windows.UI.Xaml.DependencyProperty

GreenExponentProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml GreenExponentProperty
리턴 Windows.UI.Xaml.DependencyProperty

RedExponentProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml RedExponentProperty
리턴 Windows.UI.Xaml.DependencyProperty

SourceProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml SourceProperty
리턴 Windows.UI.Xaml.DependencyProperty