C# 클래스 CSharpGL.ClearColorState

상속: GLState
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
ClearColorState ( ) : System.Drawing

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

ToString ( ) : string

보호된 메소드들

메소드 설명
StateOff ( ) : void

StateOn ( ) : void

메소드 상세

ClearColorState() 공개 메소드

public ClearColorState ( ) : System.Drawing
리턴 System.Drawing

ClearColorState() 공개 메소드

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

StateOff() 보호된 메소드

protected StateOff ( ) : void
리턴 void

StateOn() 보호된 메소드

protected StateOn ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string