C# 클래스 ColorBox.SaturationBrightnessSelector

상속: BaseSelector
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BrightnessOffsetProperty System.Windows.DependencyProperty
BrightnessProperty System.Windows.DependencyProperty
HueProperty System.Windows.DependencyProperty
OffsetPaddingProperty System.Windows.DependencyProperty
SaturationOffsetProperty System.Windows.DependencyProperty
SaturationProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
BrightnessChanged ( object o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
BrightnessCoerce ( DependencyObject d, object Brightness ) : object
HueChanged ( object o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SaturationChanged ( object o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SaturationCoerce ( DependencyObject d, object Brightness ) : object
SetColor ( ) : void

보호된 메소드들

메소드 설명
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseMove ( System e ) : void
OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnRender ( System.Windows.Media.DrawingContext dc ) : void

비공개 메소드들

메소드 설명
SetBrightnessOffset ( ) : void
SetSaturationOffset ( ) : void

메소드 상세

BrightnessChanged() 공개 정적인 메소드

public static BrightnessChanged ( object o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
o object
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

BrightnessCoerce() 공개 정적인 메소드

public static BrightnessCoerce ( DependencyObject d, object Brightness ) : object
d System.Windows.DependencyObject
Brightness object
리턴 object

HueChanged() 공개 정적인 메소드

public static HueChanged ( object o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
o object
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( System e ) : void
e System
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnRender() 보호된 메소드

protected OnRender ( System.Windows.Media.DrawingContext dc ) : void
dc System.Windows.Media.DrawingContext
리턴 void

SaturationChanged() 공개 정적인 메소드

public static SaturationChanged ( object o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
o object
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

SaturationCoerce() 공개 정적인 메소드

public static SaturationCoerce ( DependencyObject d, object Brightness ) : object
d System.Windows.DependencyObject
Brightness object
리턴 object

SetColor() 공개 메소드

public SetColor ( ) : void
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows BrightnessOffsetProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows BrightnessProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows HueProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows OffsetPaddingProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows SaturationOffsetProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows SaturationProperty
리턴 System.Windows.DependencyProperty