C# Class Flood.GUI.Controls.ColorPicker

RGBA color picker.
Inheritance: Control, IColorPicker
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
ColorPicker ( Control parent ) : System

Initializes a new instance of the ColorPicker class.

Méthodes protégées

Méthode Description
Layout ( Skins skin ) : void

Lays out the control's interior according to alignment, padding, dock etc.

Private Methods

Méthode Description
CreateColorControl ( String name, int y ) : void
CreateControls ( ) : void
GetColorByName ( String colorName ) : int
GetColorFromName ( String name ) : String
NumericTyped ( Control control ) : void
SetColorByName ( String colorName, byte colorValue ) : void
SlidersMoved ( Control control ) : void
UpdateColorControls ( String name, Color col, int sliderVal ) : void
UpdateControls ( ) : void

Method Details

ColorPicker() public méthode

Initializes a new instance of the ColorPicker class.
public ColorPicker ( Control parent ) : System
parent Control Parent control.
Résultat System

Layout() protected méthode

Lays out the control's interior according to alignment, padding, dock etc.
protected Layout ( Skins skin ) : void
skin Skins Skin to use.
Résultat void