Name |
Description |
Bloom |
Post processing class which can be used to create a bloom (glow) effect. |
Blur |
Post processing effect which can be used to blur the screen. |
DirectionalBlur |
Post processing to implement directional blur. |
Pixellate |
Performs a pixellate effect on the screen - effectively reducing the resolution without recreating render targets. |
PostProcessingEffectBase |
Base class for post-processing effects |
PostProcessingEffectCollection |
An ordered collection of PostProcessingEffects. |
PostProcessingManager |
Static class providing access to post processing classes including the out-of-the-box post processing features. |
RadialBlur |
Post processing effect which can be used to perform a radial blur. |