Click or drag to resize
DigitalRuneLuminanceFilterOnProcess Method
Called when the post-processor should perform the post-processing.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected override void OnProcess(
	RenderContext context
)

Parameters

context
Type: DigitalRune.GraphicsRenderContext
The render context.
Remarks

This method is automatically called in Process(RenderContext). It will not be called if the post-processor is disabled, or if the specified context or the SourceTexture is .

See Also