virtual ZRESULT setAlphaSeparation(bool bSeparate=true, 
                                   bool* pInherit=NULL)=0;

Description

Enables or disables separate blend mode for alpha. Once separation is enabled, you can set alpha blending mode for alpha argument. By default, alpha separation is disabled and alpha blending is performed on all color components as one.

Parameters:
bSeparate
Enables (true) or disables (false) alpha separation.
pInherit
Optional. Variable at this pointer can specify whether alpha blending should be inherited from parent material (true) or not (false).
See Also:
Interface overview and methods
isAlphaSeparate method
setAlphaBlend method