melterns/tinkering/util.lua
2018-04-04 13:31:27 +03:00

5 lines
91 B
Lua

function tinkering.color_filter(texture, color)
return texture.."^[multiply:"..color
end