  | LuminanceFilterOnDisable Method  | 
            Called when this post-processor is disabled.
            
 
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntaxprotected override void OnDisable()
Protected Overrides Sub OnDisable
protected:
virtual void OnDisable() override
abstract OnDisable : unit -> unit 
override OnDisable : unit -> unit 
Remarks
            This method is called when the post-processor was previously enabled
            (
Enabled = 
) and was set to disabled
            (
Enabled = 
).
            
See Also