I'm working on a sketch, using Processing 2.0b6 and P3D mode, that consists of a flat background where images are displayed (and 3D objects on top). The background image is made of two pictures randomly loaded and mixed using different blending modes also chosen randomly. Everything works fine except that I'm trying to blend the pictures gradually using tint(). For some blending modes this works but for others the pictures don't blend gradually but are shown suddenly. I'm assuming this is due to some of the blending modes not using alpha for blending (?). I was wondering if there's another way of achieving this gradual crossfade with all blending modes.