Difference between revisions of "ColorMode"
m (1 revision: Imported docs from potato.) |
|||
Line 1: | Line 1: | ||
− | + | Different ways the current color affects images and geometry. | |
== Constants == | == Constants == | ||
;modulate: Images (etc) will be affected by the current color. | ;modulate: Images (etc) will be affected by the current color. | ||
Line 7: | Line 7: | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
[[Category:Enums]] | [[Category:Enums]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Different ways the current color affects images and geometry.}} |
Revision as of 16:17, 14 February 2010
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.