Method | Description | |
---|---|---|
ColorPicker ( |
Initializes a new instance of the ColorPicker class.
|
Method | Description | |
---|---|---|
Layout ( Skins skin ) : void |
Lays out the control's interior according to alignment, padding, dock etc.
|
Method | Description | |
---|---|---|
CreateColorControl ( String name, int y ) : void | ||
CreateControls ( ) : void | ||
GetColorByName ( String colorName ) : int | ||
GetColorFromName ( String name ) : String | ||
NumericTyped ( |
||
SetColorByName ( String colorName, byte colorValue ) : void | ||
SlidersMoved ( |
||
UpdateColorControls ( String name, Color col, int sliderVal ) : void | ||
UpdateControls ( ) : void |
public ColorPicker ( |
||
parent | Parent control. | |
return | System |
protected Layout ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |