Difference between revisions of "BlendMode"

(added new blend modes)
m
Line 9: Line 9:
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=Different ways you do alpha blending.}}
 
{{#set:Description=Different ways you do alpha blending.}}
 +
== Other Languages ==
 +
{{i18n|BlendMode}}

Revision as of 20:28, 18 November 2010

Different ways you do alpha blending.

Constants

additive
Additive blend mode.
alpha
Alpha blend mode ('normal').
subtractive
Subtractive blend mode. (0.7.0+ only)
multiplicative
Multiply blend mode. (0.7.0+ only)

See Also

Other Languages