Blue tint applied to texture on draw

Property definitions

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