C# Class ColorBox.SaturationBrightnessSelector

Inheritance: BaseSelector
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
BrightnessOffsetProperty System.Windows.DependencyProperty
BrightnessProperty System.Windows.DependencyProperty
HueProperty System.Windows.DependencyProperty
OffsetPaddingProperty System.Windows.DependencyProperty
SaturationOffsetProperty System.Windows.DependencyProperty
SaturationProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
SetBrightnessOffset ( ) : void
SetSaturationOffset ( ) : void

Method Details

BrightnessChanged() public static méthode

public static BrightnessChanged ( object o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
o object
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

BrightnessCoerce() public static méthode

public static BrightnessCoerce ( DependencyObject d, object Brightness ) : object
d System.Windows.DependencyObject
Brightness object
Résultat object

HueChanged() public static méthode

public static HueChanged ( object o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
o object
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( System e ) : void
e System
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnRender() protected méthode

protected OnRender ( System.Windows.Media.DrawingContext dc ) : void
dc System.Windows.Media.DrawingContext
Résultat void

SaturationChanged() public static méthode

public static SaturationChanged ( object o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
o object
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

SaturationCoerce() public static méthode

public static SaturationCoerce ( DependencyObject d, object Brightness ) : object
d System.Windows.DependencyObject
Brightness object
Résultat object

SetColor() public méthode

public SetColor ( ) : void
Résultat void

Property Details

BrightnessOffsetProperty public_oe static_oe property

public static DependencyProperty,System.Windows BrightnessOffsetProperty
Résultat System.Windows.DependencyProperty

BrightnessProperty public_oe static_oe property

public static DependencyProperty,System.Windows BrightnessProperty
Résultat System.Windows.DependencyProperty

HueProperty public_oe static_oe property

public static DependencyProperty,System.Windows HueProperty
Résultat System.Windows.DependencyProperty

OffsetPaddingProperty public_oe static_oe property

public static DependencyProperty,System.Windows OffsetPaddingProperty
Résultat System.Windows.DependencyProperty

SaturationOffsetProperty public_oe static_oe property

public static DependencyProperty,System.Windows SaturationOffsetProperty
Résultat System.Windows.DependencyProperty

SaturationProperty public_oe static_oe property

public static DependencyProperty,System.Windows SaturationProperty
Résultat System.Windows.DependencyProperty