Difference between revisions of "ColorMode"

m
Line 9: Line 9:
 
* [[love.graphics.getColorMode]]
 
* [[love.graphics.getColorMode]]
 
[[Category:Enums]]
 
[[Category:Enums]]
{{#set:Description=Different ways the current color affects images and geometry.}}
+
{{#set:Description=Controls how drawn images are affected by current color.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ColorMode}}
 
{{i18n|ColorMode}}

Revision as of 18:11, 3 February 2012

Available since LÖVE 0.2.0
This enum 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