C# 클래스 Flood.GUI.Controls.HSVColorPicker

HSV color picker with "before" and "after" color boxes.
상속: Control, IColorPicker
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
HSVColorPicker ( Control parent ) : System

Initializes a new instance of the HSVColorPicker class.

SetColor ( System.Color color, bool onlyHue = false, bool reset = false ) : void

Sets the selected color.

비공개 메소드들

메소드 설명
ColorBoxChanged ( Control control ) : void
ColorSliderChanged ( Control control ) : void
NumericTyped ( Control control ) : void
UpdateControls ( System.Color color ) : void

메소드 상세

HSVColorPicker() 공개 메소드

Initializes a new instance of the HSVColorPicker class.
public HSVColorPicker ( Control parent ) : System
parent Control Parent control.
리턴 System

SetColor() 공개 메소드

Sets the selected color.
public SetColor ( System.Color color, bool onlyHue = false, bool reset = false ) : void
color System.Color Color to set.
onlyHue bool Determines whether only the hue should be set.
reset bool Determines whether the "before" color should be set as well.
리턴 void