Blur Properties |
The Blur type exposes the following members.
Name | Description | |
---|---|---|
DefaultTargetFormat |
Gets or sets the default target format.
(This property is used by the PostProcessorChain).
(Inherited from PostProcessor.) | |
DepthScaling |
Gets or sets a value that controls how scene depth influences the filter scale.
(Only used by anisotropic or bilateral blurs.)
| |
EdgeSoftness |
Gets or sets the edge softness for bilateral filtering.
| |
Enabled |
Gets or sets a value indicating whether this post-processor is enabled.
(Inherited from PostProcessor.) | |
FilterInLogSpace |
Gets or sets a value indicating whether log-space filtering is used.
| |
GraphicsService |
Gets the graphics service.
(Inherited from PostProcessor.) | |
IsAnisotropic |
Gets or sets a value indicating whether to use an anisotropic filter kernel.
| |
IsBilateral |
Gets or sets a value indicating whether joint bilateral filtering (= edge-aware filtering)
is enabled.
| |
IsDisposed |
Gets a value indicating whether this post-processor has been disposed of.
(Inherited from PostProcessor.) | |
IsSeparable |
Gets or sets a value indicating whether the configured blur filter is separable.
| |
MaxNumberOfSamples |
Gets the maximum number of samples that are supported.
| |
Name |
Gets or sets the name of the post-processor.
(Inherited from PostProcessor.) | |
NumberOfPasses |
Gets or sets the number of blur passes.
| |
NumberOfSamples |
Gets or sets the number of samples.
| |
Offsets |
Gets the sample offsets.
| |
Scale |
Gets or sets the scale that is applied to the offsets.
| |
Weights |
Gets or sets the weights of the samples.
|