Difference between revisions of "BlendMode"
m (1 revision: Imported docs from potato.) |
|||
Line 1: | Line 1: | ||
− | + | Different ways you do alpha blending. | |
== Constants == | == Constants == | ||
;additive: Additive blend mode. | ;additive: Additive blend mode. | ||
Line 7: | Line 7: | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
[[Category:Enums]] | [[Category:Enums]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Different ways you do alpha blending.}} |
Revision as of 16:17, 14 February 2010
Different ways you do alpha blending.
Constants
- additive
- Additive blend mode.
- alpha
- Alpha blend mode ('normal').