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