Uranium
Application Framework
 All Classes Namespaces Files Functions Variables Pages
UM.View.RenderBatch.RenderBatch.BlendMode Class Reference

Blending mode. More...

Static Public Attributes

int NoBlending = 0
 
int Normal = 1
 Blending disabled. More...
 
int Additive = 2
 Standard alpha blending, mixing source and destination values based on respective alpha channels. More...
 

Detailed Description

Blending mode.

Member Data Documentation

int UM.View.RenderBatch.RenderBatch.BlendMode.Additive = 2
static

Standard alpha blending, mixing source and destination values based on respective alpha channels.

int UM.View.RenderBatch.RenderBatch.BlendMode.Normal = 1
static

Blending disabled.


The documentation for this class was generated from the following file: