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
)

Parameters

op
Type: TextureOperation
Defines the operations between texture layer alpha channels given by the TextureOperation enumeration.

See Also