C# 클래스 PsHandler.ColorPicker.UcColorPicker

Interaction logic for UcColorPicker.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ColorARGBHSV ColorARGBHSV
RecentColors List

공개 메소드들

메소드 설명
AddRecentColor ( Color color ) : void
InitRecentColors ( ) : void
SetColor ( Color color ) : void
UcColorPicker ( ) : System

비공개 메소드들

메소드 설명
DrawBarByHue ( ) : void
DrawPaletteByHue ( double hue ) : void
Fit ( double value, double min, double max ) : double
Fit ( int value, int min, int max ) : int
GetTextBoxAlpha ( ) : byte
GetTextBoxBlue ( ) : byte
GetTextBoxGreen ( ) : byte
GetTextBoxHex ( ) : string
GetTextBoxHue ( ) : double
GetTextBoxRed ( ) : byte
GetTextBoxSaturation ( ) : double
GetTextBoxValue ( ) : double
MousePickBar ( System.Windows.Input.MouseEventArgs args ) : void
MousePickPalette ( System.Windows.Input.MouseEventArgs args ) : void
SetColor ( byte alpha, byte red, byte green, byte blue ) : void
SetPointerBar ( int valueY ) : void
SetPointerPalette ( int valueX, int valueY ) : void
SyncState ( object sender ) : void
_SyncState ( object sender ) : void

메소드 상세

AddRecentColor() 공개 정적인 메소드

public static AddRecentColor ( Color color ) : void
color Color
리턴 void

InitRecentColors() 공개 메소드

public InitRecentColors ( ) : void
리턴 void

SetColor() 공개 메소드

public SetColor ( Color color ) : void
color Color
리턴 void

UcColorPicker() 공개 메소드

public UcColorPicker ( ) : System
리턴 System

프로퍼티 상세

ColorARGBHSV 공개적으로 프로퍼티

public ColorARGBHSV,PsHandler.ColorPicker ColorARGBHSV
리턴 ColorARGBHSV

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

public static List RecentColors
리턴 List