Difference between revisions of "ColorMode"

m
m
Line 1: Line 1:
 
{{newin|[[0.2.0]]|020|type=enum}}
 
{{newin|[[0.2.0]]|020|type=enum}}
Different ways the current color affects images and geometry.
+
Controls whether images will be affected by the current color.
 
== Constants ==
 
== Constants ==
 
;modulate: Images (etc) will be affected by the current color.
 
;modulate: Images (etc) will be affected by the current color.

Revision as of 18:12, 3 February 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