love.graphics.newPixelEffect
Available since LÖVE 0.8.0 and removed in LÖVE 0.9.0 It has been renamed to love.graphics.newShader. Creates a new PixelEffect object for hardware-accelerated pixel level effects.
A PixelEffect contains at least one function, named effect, which is the effect itself, but it can contain additional functions. Function Synopsis pixeleffect = love.graphics.newPixelEffect( code ) Arguments string code The pixel effect code.
Returns PixelEffect pixeleffect A Pix