The FilterManager class is designed to help you with that. (Described in manual)
Also, you can see how to use postprocessing effects in various sample programs, such as Glow filter Advanced, Cartoon shader Advanced, Fireflies, …
You might also find reading the direct/filter/CommonFilters.py file useful.
Hey uhh now you guys are talking about postprocessing. Are these techniques also available when playing your game online? Well I don’t know why it wouldn’t but in some engines it wasn’t available online.
I’m guessing this is a language barrier thing since your location is listed as Belgium. He didn’t say that online games cannot use post-processing filters, he said that online games can use post-processing filters. That is, you asked “are these techniques available?” and he answered “yes.”
When he pointed out that it’s happening client side, what he was getting at is that post-processing filters take place entirely on the player’s computer and have nothing to do with data being sent over the network. Whether or not the view is blurry doesn’t affect the information being sent back and forth between the multiple computers connected in an online game. As you figured in your first post, there is no reason why a game engine wouldn’t allow you to use post-processing filters while playing the game online.
Anyway, I don’t really agree with your premise that few multiplayer games use post-processing effects. Most games these days have effects like glow and bloom, and those are done using post-processing filters.