C# Class CSharpGL.ClearColorState

Inheritance: GLState
Show file Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
ClearColorState ( ) : System.Drawing

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

ToString ( ) : string

Protected Methods

Method Description
StateOff ( ) : void

StateOn ( ) : void

Method Details

ClearColorState() public method

public ClearColorState ( ) : System.Drawing
return System.Drawing

ClearColorState() public method

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

StateOff() protected method

protected StateOff ( ) : void
return void

StateOn() protected method

protected StateOn ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string