Property | Type | Description |
---|
Method | Description | |
---|---|---|
BlendState ( ) : System.ComponentModel |
specify pixel arithmetic.
|
|
BlendState ( BlendingSourceFactor sourceFactor, BlendingDestinationFactor destFactor ) : System.ComponentModel |
specify pixel arithmetic.
|
|
ToString ( ) : string |
|
Method | Description | |
---|---|---|
StateOn ( ) : void |
|
public BlendState ( ) : System.ComponentModel | ||
return | System.ComponentModel |
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 |