C# Class FirstFloor.ModernUI.Windows.Controls.ColorPickerPanel

Inheritance: System.Windows.Controls.Control
ファイルを表示 Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
BlueProperty System.Windows.DependencyProperty
BrightnessProperty System.Windows.DependencyProperty
ColorProperty System.Windows.DependencyProperty
GreenProperty System.Windows.DependencyProperty
HueProperty System.Windows.DependencyProperty
IsBrightProperty System.Windows.DependencyProperty
IsBrightPropertyKey System.Windows.DependencyPropertyKey
ModeProperty System.Windows.DependencyProperty
OriginalColorProperty System.Windows.DependencyProperty
RedProperty System.Windows.DependencyProperty
SaturationProperty System.Windows.DependencyProperty
ThumbXProperty System.Windows.DependencyProperty
ThumbXPropertyKey System.Windows.DependencyPropertyKey
ThumbYProperty System.Windows.DependencyProperty
ThumbYPropertyKey System.Windows.DependencyPropertyKey

Public Methods

Method Description
ColorPickerPanel ( ) : System
OnApplyTemplate ( ) : void

Private Methods

Method Description
BrightnessCoerceValueCallback ( DependencyObject dependencyObject, object baseValue ) : object
ChannelCoerceValueCallback ( DependencyObject dependencyObject, object baseValue ) : object
HueCoerceValueCallback ( DependencyObject dependencyObject, object baseValue ) : object
OnColorChanged ( Color newValue ) : void
OnColorChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnHsbChanged ( ) : void
OnHsbChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnModeChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRgbChanged ( ) : void
OnRgbChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OriginalColor_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Palette_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Palette_MouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void
PickerButton_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
SaturationCoerceValueCallback ( DependencyObject dependencyObject, object baseValue ) : object
ThumbMoved ( ) : void
Thumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
UpdateHsb ( Color value ) : void
UpdateRgb ( Color value ) : void
UpdateThumbPosition ( ) : void

Method Details

ColorPickerPanel() public method

public ColorPickerPanel ( ) : System
return System

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

BlueProperty public_oe static_oe property

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

BrightnessProperty public_oe static_oe property

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

ColorProperty public_oe static_oe property

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

GreenProperty public_oe static_oe property

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

HueProperty public_oe static_oe property

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

IsBrightProperty public_oe static_oe property

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

IsBrightPropertyKey public_oe static_oe property

public static DependencyPropertyKey,System.Windows IsBrightPropertyKey
return System.Windows.DependencyPropertyKey

ModeProperty public_oe static_oe property

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

OriginalColorProperty public_oe static_oe property

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

RedProperty public_oe static_oe property

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

SaturationProperty public_oe static_oe property

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

ThumbXProperty public_oe static_oe property

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

ThumbXPropertyKey public_oe static_oe property

public static DependencyPropertyKey,System.Windows ThumbXPropertyKey
return System.Windows.DependencyPropertyKey

ThumbYProperty public_oe static_oe property

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

ThumbYPropertyKey public_oe static_oe property

public static DependencyPropertyKey,System.Windows ThumbYPropertyKey
return System.Windows.DependencyPropertyKey