C# Class ColorBox.HueSelector

Inheritance: BaseSelector
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
HueOffsetProperty System.Windows.DependencyProperty
HueProperty System.Windows.DependencyProperty

Public Methods

Method Description
HueChanged ( object o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
HueCoerce ( DependencyObject d, object Brightness ) : object

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnRender ( System.Windows.Media.DrawingContext dc ) : void

Private Methods

Method Description
SetColor ( ) : void
SetHueOffset ( ) : void

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
return System.Windows.Size

HueChanged() public static method

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

HueCoerce() public static method

public static HueCoerce ( DependencyObject d, object Brightness ) : object
d System.Windows.DependencyObject
Brightness object
return object

OnMouseDown() protected method

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

OnMouseMove() protected method

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseUp() protected method

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

OnRender() protected method

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

Property Details

HueOffsetProperty public static property

public static DependencyProperty,System.Windows HueOffsetProperty
return System.Windows.DependencyProperty

HueProperty public static property

public static DependencyProperty,System.Windows HueProperty
return System.Windows.DependencyProperty