Click or drag to resize
DigitalRuneLuminanceFilterReset Method

Note: This API is now obsolete.

Resets this 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 LuminanceFilter.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