FBTextureBlendMode Class Reference

#include <mobu-python-api.h>

Class Description

Texture blend modes.

How the texture is blended with another.

+ Inheritance diagram for FBTextureBlendMode:

Public Attributes

object kFBTextureBlendTranslucent
 Layer transparency. More...
 
object kFBTextureBlendAdditive
 Layer addition. More...
 
object kFBTextureBlendModulate
 Layer multiplication. More...
 
object kFBTextureBlendModulate2
 Layer multiplication + brightness. More...
 

Member Data Documentation

object kFBTextureBlendAdditive

Layer addition.

object kFBTextureBlendModulate

Layer multiplication.

object kFBTextureBlendModulate2

Layer multiplication + brightness.

object kFBTextureBlendTranslucent

Layer transparency.