Click or drag to resize
DigitalRuneRadialBlur Properties

The RadialBlur type exposes the following members.

Properties
  NameDescription
Public propertyDefaultTargetFormat
Gets or sets the default target format. (This property is used by the PostProcessorChain).
(Inherited from PostProcessor.)
Public propertyEnabled
Gets or sets a value indicating whether this post-processor is enabled.
(Inherited from PostProcessor.)
Public propertyGraphicsService
Gets the graphics service.
(Inherited from PostProcessor.)
Public propertyIsDisposed
Gets a value indicating whether this post-processor has been disposed of.
(Inherited from PostProcessor.)
Public propertyMaxBlurAmount
Gets or sets the range of texels that are blurred at MaxBlurRadius.
Public propertyMaxBlurRadius
Gets or sets the radius in the range [0, 1] where the maximum blur is reached.
Public propertyName
Gets or sets the name of the post-processor.
(Inherited from PostProcessor.)
Public propertyNumberOfSamples
Gets or sets the number of samples that are used in the blur.
Top
See Also