Sets the alpha channel operators.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void SetAlphaOperation(
	TextureOperation op,
	TextureArgument source1,
	TextureArgument source2
)

Parameters

op
Type: TextureOperation
Defines the operations between texture layer alpha channels given by the TextureOperation enumeration.
source1
Type: TextureArgument
Defines first alpha channel argument for layer defined by the TextureArgument enumeration.
source2
Type: TextureArgument
Defines second alpha channel argument for layer defined by the TextureArgument enumeration.

See Also