  | LuminanceFilterOnProcess Method  | 
            Called when the post-processor should perform the post-processing.
            
 
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntaxprotected override void OnProcess(
	RenderContext context
)
Protected Overrides Sub OnProcess ( 
	context As RenderContext
)
protected:
virtual void OnProcess(
	RenderContext^ context
) override
abstract OnProcess : 
        context : RenderContext -> unit 
override OnProcess : 
        context : RenderContext -> unit Parameters
- context
 - Type: DigitalRune.GraphicsRenderContext
The render context. 
Remarks
See Also