C# 클래스 CSharpGL.ColorMaskState

Toggle of color mask.
상속: GLState
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
ColorMaskState ( ColorMask mask )

Toggle of color mask.

ColorMaskState ( ColorMask mask, ColorMask originalMask )

Toggle of color mask.

ColorMaskState ( bool redWritable, bool greenWritable, bool blueWritable, bool alphaWritable )

Toggle of color mask.

ColorMaskState ( bool redWritable, bool greenWritable, bool blueWritable, bool alphaWritable, bool originalRedWritable, bool originalGreenWritable, bool originalBlueWritable, bool originalAlphaWritable )

Toggle of color mask.

ToString ( ) : string

보호된 메소드들

메소드 설명
StateOff ( ) : void

StateOn ( ) : void

메소드 상세

ColorMaskState() 공개 메소드

Toggle of color mask.
public ColorMaskState ( ColorMask mask )
mask ColorMask mask when this switch is turned on.

ColorMaskState() 공개 메소드

Toggle of color mask.
public ColorMaskState ( ColorMask mask, ColorMask originalMask )
mask ColorMask mask when this switch is turned on.
originalMask ColorMask mask when this switch is turned off.

ColorMaskState() 공개 메소드

Toggle of color mask.
public ColorMaskState ( bool redWritable, bool greenWritable, bool blueWritable, bool alphaWritable )
redWritable bool red mask when this switch is turned on
greenWritable bool green mask when this switch is turned on
blueWritable bool blue mask when this switch is turned on
alphaWritable bool alpha mask when this switch is turned on

ColorMaskState() 공개 메소드

Toggle of color mask.
public ColorMaskState ( bool redWritable, bool greenWritable, bool blueWritable, bool alphaWritable, bool originalRedWritable, bool originalGreenWritable, bool originalBlueWritable, bool originalAlphaWritable )
redWritable bool red mask when this switch is turned on.
greenWritable bool green mask when this switch is turned on.
blueWritable bool blue mask when this switch is turned on.
alphaWritable bool alpha mask when this switch is turned on.
originalRedWritable bool alpha mask when this switch is turned off.
originalGreenWritable bool blue mask when this switch is turned off.
originalBlueWritable bool green mask when this switch is turned off.
originalAlphaWritable bool red mask when this switch is turned off.

StateOff() 보호된 메소드

protected StateOff ( ) : void
리턴 void

StateOn() 보호된 메소드

protected StateOn ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string