Difference between revisions of "ColorMode"
m |
(Implement the new 'constant' template.) |
||
Line 2: | Line 2: | ||
Controls whether images will be affected by the current color. | Controls whether images will be affected by the current color. | ||
== Constants == | == Constants == | ||
− | + | {{constant|modulate|Images (etc) will be affected by the current color.}} | |
− | + | {{constant|replace|Replace color mode. Images (etc) will not be affected by current color.}} | |
== See Also == | == See Also == | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] |
Revision as of 22:37, 24 July 2012
Available since LÖVE 0.2.0 |
This enum is not supported in earlier versions. |
Controls whether images will be affected by the current color.
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