mirror of
https://gitlab.icynet.eu/evert/melterns.git
synced 2024-11-19 21:43:46 +01:00
5 lines
91 B
Lua
5 lines
91 B
Lua
|
|
function tinkering.color_filter(texture, color)
|
|
return texture.."^[multiply:"..color
|
|
end
|