ColorMode

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