Difference between revisions of "BlendMode"
m (Grammar) |
m |
||
Line 8: | Line 8: | ||
;multiplicative: Multiply blend mode. | ;multiplicative: Multiply blend mode. | ||
{{newin|[[0.8.0]]|080|type=constant}} | {{newin|[[0.8.0]]|080|type=constant}} | ||
− | ;premultiplied: Premultiplied blend mode. | + | ;premultiplied: Premultiplied alpha blend mode. |
{{newin|[[0.9.0]]|090|type=constant}} | {{newin|[[0.9.0]]|090|type=constant}} | ||
;replace: Replace blend mode. | ;replace: Replace blend mode. |
Revision as of 08:24, 8 October 2013
Available since LÖVE 0.2.0 |
This enum is not supported in earlier versions. |
Different ways you do alpha blending.
Constants
- additive
- Additive blend mode.
- alpha
- Alpha blend mode ('normal').
Available since LÖVE 0.7.0 |
These constants are not supported in earlier versions. |
- subtractive
- Subtractive blend mode.
- multiplicative
- Multiply blend mode.
Available since LÖVE 0.8.0 |
This constant is not supported in earlier versions. |
- premultiplied
- Premultiplied alpha blend mode.
Available since LÖVE 0.9.0 |
This constant is not supported in earlier versions. |
- replace
- Replace blend mode.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info