C# Class ModernizedAlice.ShosenColorPicker.ColorPicker

Interaction logic for ColorPicker.xaml
Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: kienaiProject/ArtOfWords

Public Methods

Method Description
ColorPicker ( ) : System
Draw ( ) : void
GetSelectingColor ( ) : Color?

Private Methods

Method Description
OnSelectColorChanged ( HsvColor color ) : void

Method Details

ColorPicker() public method

public ColorPicker ( ) : System
return System

Draw() public method

public Draw ( ) : void
return void

GetSelectingColor() public method

public GetSelectingColor ( ) : Color?
return Color?