vec4 effect(vec4 color, Image tex, vec2 uv, vec2 px) { vec4 c = Texel(tex, uv); return vec4(vec3(1.0) - c.rgb, c.a); }