melterns/tinkering/util.lua

5 lines
91 B
Lua
Raw Normal View History

2018-04-04 10:31:27 +00:00
function tinkering.color_filter(texture, color)
return texture.."^[multiply:"..color
end