Open
Description
Scratch currently has a few effects - Ghost, Whirl, Colour, Fisheye, Pixelate, Mosaic, and Brightness. Mostly though, only Ghost, Brightness, and maybe colour are useful for most projects. However, because Scratch 3 is being made in HTML5, there are a lot of possibilities to implement more effects. The https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/filter Canvas Filter supports the same effects and more as the CSS filter, so I see an opportunity to add:
Blur Effect
Invert Colour Effect
Saturation Effect