This adds a "Filter" section to Scene_Options - which can be configured in the Plugin preferences.
The list of options is space separated JSON entries;
{"name":"2x Pixelate","filter":"pixelate","prepare":{"size":{"x":2,"y":2 }}} {"name":"54 Colours","filter":"color_step","prepare":{"step":3.779}}
The default global filter is then set by the name (such as 2x Pixelate).
No animations occur, these are instantly set.
Right now there's also no order checking so it will be applied at the top of the active filter stack, which can cause some unexpected effects. I aim to fix this in the next update.
- Rearranged source code.
- Added global Options filter (configurable in Plugin parameters).