BlurNumberOfPasses Property |
Namespace: DigitalRune.Graphics.PostProcessing
Exception | Condition |
---|---|
ArgumentOutOfRangeException | value is less than 1. |
If this value is greater than 1, the processor will perform several consecutive blur passes.
Note: If IsSeparable is set, the effective number of passes is 2 * NumberOfPasses because each blur step is performed in two passes.