Difference between revisions of "ColorMode"
Line 1: | Line 1: | ||
+ | {{newin|[[0.2.0]]|020|type=function}} | ||
Different ways the current color affects images and geometry. | Different ways the current color affects images and geometry. | ||
== Constants == | == Constants == | ||
Line 5: | Line 6: | ||
== See Also == | == See Also == | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
+ | * [[love.graphics.setColorMode]] | ||
+ | * [[love.graphics.getColorMode]] | ||
[[Category:Enums]] | [[Category:Enums]] | ||
{{#set:Description=Different ways the current color affects images and geometry.}} | {{#set:Description=Different ways the current color affects images and geometry.}} | ||
− | |||
== Other Languages == | == Other Languages == | ||
{{i18n|ColorMode}} | {{i18n|ColorMode}} |
Revision as of 23:12, 23 November 2011
Available since LÖVE 0.2.0 |
This function is not supported in earlier versions. |
Different ways the current color affects images and geometry.
Constants
- modulate
- Images (etc) will be affected by the current color.
- replace
- Replace color mode. Images (etc) will not be affected by current color.
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