xPhase and yPhase for image:fadedImage and image:drawFaded

,

The image methods blurredImage and drawBlurred support xPhase and yPhase arguments to affect the way the image is being dithered. I was looking for this exact functionality, but for the methods fadedImage / drawFaded instead, as I'm looking to overlay several faded images over a background using the same kind of dither, which I can't do the way I want if they have the same phase. I'm not looking for image:blendWithImage, by the way.

1 Like

ah, should have caught that when we added phase to drawBlurred. It's an easy fix, will get that in asap. Thanks!

1 Like