Click or drag to resize
AB4D logo

SeparableKernelPostProcess(Int32) Constructor

Initializes a new instance of the SeparableKernelPostProcess class.

Namespace: Ab3d.DirectX.PostProcessing
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public SeparableKernelPostProcess(
	int filterSize = 15
)

Parameters

filterSize  Int32  (Optional)
size of the filter - number of pixels that are read to get the color produces by this post-process (max value is 15; 15 by default)
See Also