Click or drag to resize
DigitalRunePostProcessHelper Class
Provides default instances of post-processors that are used frequently.
Inheritance Hierarchy
SystemObject
  DigitalRune.Graphics.PostProcessingPostProcessHelper

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static class PostProcessHelper

The PostProcessHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCopyFilter
Gets a default CopyFilter that can be used to copy a texture into a render target.
Public methodStatic memberGetDownsampleFilter
Gets a default DownsampleFilter that can be used to downsample an image into a low-resolution render target.
Top
See Also