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