Click or drag to resize
DigitalRuneBlur Properties

The Blur 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 propertyDepthScaling
Gets or sets a value that controls how scene depth influences the filter scale. (Only used by anisotropic or bilateral blurs.)
Public propertyEdgeSoftness
Gets or sets the edge softness for bilateral filtering.
Public propertyEnabled
Gets or sets a value indicating whether this post-processor is enabled.
(Inherited from PostProcessor.)
Public propertyFilterInLogSpace
Gets or sets a value indicating whether log-space filtering is used.
Public propertyGraphicsService
Gets the graphics service.
(Inherited from PostProcessor.)
Public propertyIsAnisotropic
Gets or sets a value indicating whether to use an anisotropic filter kernel.
Public propertyIsBilateral
Gets or sets a value indicating whether joint bilateral filtering (= edge-aware filtering) is enabled.
Public propertyIsDisposed
Gets a value indicating whether this post-processor has been disposed of.
(Inherited from PostProcessor.)
Public propertyIsSeparable
Gets or sets a value indicating whether the configured blur filter is separable.
Public propertyMaxNumberOfSamples
Gets the maximum number of samples that are supported.
Public propertyName
Gets or sets the name of the post-processor.
(Inherited from PostProcessor.)
Public propertyNumberOfPasses
Gets or sets the number of blur passes.
Public propertyNumberOfSamples
Gets or sets the number of samples.
Public propertyOffsets
Gets the sample offsets.
Public propertyScale
Gets or sets the scale that is applied to the offsets.
Public propertyWeights
Gets or sets the weights of the samples.
Top
See Also