p5.Framebuffer icon indicating copy to clipboard operation
p5.Framebuffer copied to clipboard

Request: allow setting FBO alpha separately from global setAttributes

Open araid opened this issue 2 years ago • 0 comments

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.

araid avatar Feb 10 '23 05:02 araid