Difference between revisions of "BlendMode"

(Undo revision 4437 by Minicz (Talk))
Line 9: Line 9:
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=Different ways you do alpha blending.}}
 
{{#set:Description=Different ways you do alpha blending.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|BlendMode}}
 
{{i18n|BlendMode}}

Revision as of 10:22, 25 March 2011

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