Click or drag to resize
DigitalRuneBlurWeights Property
Gets or sets the weights of the samples.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float[] Weights { get; }

Property Value

Type: Single
The weights.
Remarks
Only the first NumberOfSamples elements of this array are used.
See Also