C# 클래스 CSharpGL.BlendState

specify pixel arithmetic.
상속: EnableState
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BlendState ( ) : System.ComponentModel

specify pixel arithmetic.

BlendState ( BlendingSourceFactor sourceFactor, BlendingDestinationFactor destFactor ) : System.ComponentModel

specify pixel arithmetic.

ToString ( ) : string

보호된 메소드들

메소드 설명
StateOn ( ) : void

메소드 상세

BlendState() 공개 메소드

specify pixel arithmetic.
public BlendState ( ) : System.ComponentModel
리턴 System.ComponentModel

BlendState() 공개 메소드

specify pixel arithmetic.
public BlendState ( BlendingSourceFactor sourceFactor, BlendingDestinationFactor destFactor ) : System.ComponentModel
sourceFactor BlendingSourceFactor Specifies how the red, green, blue, and alpha source blending factors are computedThe initial value is GL_ONE.
destFactor BlendingDestinationFactor Specifies how the red, green, blue, and alpha destination blending factors are computed. The initial value is GL_ZERO.
리턴 System.ComponentModel

StateOn() 보호된 메소드

protected StateOn ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string