C# Class CSharpGL.ClearColorState

Inheritance: GLState
Afficher le fichier Open project: bitzhuwei/CSharpGL

Méthodes publiques

Méthode Description
ClearColorState ( ) : System.Drawing

ClearColorState ( Color clearColor, float alpha = 1.0f ) : System.Drawing

ToString ( ) : string

Méthodes protégées

Méthode Description
StateOff ( ) : void

StateOn ( ) : void

Method Details

ClearColorState() public méthode

public ClearColorState ( ) : System.Drawing
Résultat System.Drawing

ClearColorState() public méthode

public ClearColorState ( Color clearColor, float alpha = 1.0f ) : System.Drawing
clearColor System.Drawing.Color
alpha float Ranges between [0, 1.0].
Résultat System.Drawing

StateOff() protected méthode

protected StateOff ( ) : void
Résultat void

StateOn() protected méthode

protected StateOn ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string