메소드 | 설명 | |
---|---|---|
HSVColorPicker ( |
Initializes a new instance of the HSVColorPicker class.
|
|
SetColor ( System.Color color, bool onlyHue = false, bool reset = false ) : void |
Sets the selected color.
|
메소드 | 설명 | |
---|---|---|
ColorBoxChanged ( |
||
ColorSliderChanged ( |
||
NumericTyped ( |
||
UpdateControls ( System.Color color ) : void |
public HSVColorPicker ( |
||
parent | Parent control. | |
리턴 | System |
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 |