p5.Framebuffer
p5.Framebuffer copied to clipboard
Request: allow setting FBO alpha separately from global setAttributes
There are cases where users might want a Framebuffer with an alpha channel and another without one. Currently, it's either all or nothing, since the library just reads the p5 flag set via setAtrributes({ alpha: true });
I would suggest allowing users to define that setting via the options
object in the constructor of each FBO.