C4 Engine Terathon Software C4 Engine API Documentation

• Graphics Manager

API Links
Developer Links

Renderable::GetBlendState

Defined in:  C4Renderable.h
Returns the ambient pass blend state.
Prototype

unsigned long GetBlendState(voidconst;

Description
The GetBlendState function returns the blending function used when an object is rendered in the ambient pass. See the Renderable::SetBlendState function for more information about the value returned.
See Also

Renderable::SetBlendState