Python Reference Guide
 
Loading...
Searching...
No Matches
FBTextureBlendMode Class Reference

Texture blend modes. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBTextureBlendMode:

Public Attributes

 kFBTextureBlendTranslucent
 Layer transparency.

 
 kFBTextureBlendAdditive
 Layer addition.

 
 kFBTextureBlendModulate
 Layer multiplication.

 
 kFBTextureBlendModulate2
 Layer multiplication + brightness.

 

Detailed Description

Texture blend modes.


How the texture is blended with another.

See samples: LayeredTexture.py, TextureAnimation.py.

Member Data Documentation

◆ kFBTextureBlendAdditive

kFBTextureBlendAdditive

Layer addition.

◆ kFBTextureBlendModulate

kFBTextureBlendModulate

Layer multiplication.

◆ kFBTextureBlendModulate2

kFBTextureBlendModulate2

Layer multiplication + brightness.

◆ kFBTextureBlendTranslucent

kFBTextureBlendTranslucent

Layer transparency.