5 lines
91 B
Lua
5 lines
91 B
Lua
|
|
function tinkering.color_filter(texture, color)
|
|
return texture.."^[multiply:"..color
|
|
end
|