C# Class GUIControls, EffectShader

Afficher le fichier Open project: inoook/EffectShader Class Usage Examples

Méthodes publiques

Méthode Description
ColorChip ( Color color, string name ) : void
HR ( ) : void
RGBCircle ( Color c, string label, float w_, float h_ ) : Color
RGBSlider ( Color c, string label ) : Color

Method Details

ColorChip() public static méthode

public static ColorChip ( Color color, string name ) : void
color Color
name string
Résultat void

HR() public static méthode

public static HR ( ) : void
Résultat void

RGBCircle() public static méthode

public static RGBCircle ( Color c, string label, float w_, float h_ ) : Color
c Color
label string
w_ float
h_ float
Résultat Color

RGBSlider() public static méthode

public static RGBSlider ( Color c, string label ) : Color
c Color
label string
Résultat Color