Red tint applied to texture on draw

Property definitions

gamnit $ Sprite :: red=
	# Red tint applied to `texture` on draw
	fun red=(value: Float)
	do
		if isset _tint and value != red then needs_update
		tint[0] = value
	end
lib/gamnit/flat/flat_core.nit:192,2--197,4