C# Class CSharpGL.BlendState

specify pixel arithmetic.
Inheritance: EnableState
Show file Open project: bitzhuwei/CSharpGL

Private Properties

Property Type Description

Public Methods

Method Description
BlendState ( ) : System.ComponentModel

specify pixel arithmetic.

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

specify pixel arithmetic.

ToString ( ) : string

Protected Methods

Method Description
StateOn ( ) : void

Method Details

BlendState() public method

specify pixel arithmetic.
public BlendState ( ) : System.ComponentModel
return System.ComponentModel

BlendState() public method

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.
return System.ComponentModel

StateOn() protected method

protected StateOn ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string