Click or drag to resize
DigitalRuneHdrFilterReset Method

Note: This API is now obsolete.

Resets the dynamic internal states, especially dynamic luminance adaption.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
[ObsoleteAttribute("The method HdrFilter.Reset() is obsolete. Use CameraNode.InvalidateViewDependentData() instead.")]
public void Reset()
Remarks
This method should be called if there was a cut in the visual scene and the next frame is very different from the last frame.
See Also