C# Class CSharpGL.BlendState

specify pixel arithmetic.
Inheritance: EnableState
Afficher le fichier Open project: bitzhuwei/CSharpGL

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BlendState ( ) : System.ComponentModel

specify pixel arithmetic.

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

specify pixel arithmetic.

ToString ( ) : string

Méthodes protégées

Méthode Description
StateOn ( ) : void

Method Details

BlendState() public méthode

specify pixel arithmetic.
public BlendState ( ) : System.ComponentModel
Résultat System.ComponentModel

BlendState() public méthode

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.
Résultat System.ComponentModel

StateOn() protected méthode

protected StateOn ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string