Click or drag to resize
Ab4d.SharpEngine logo

GaussianBlurPostProcess Constructor

Initializes a new instance of the GaussianBlurPostProcess class.

Namespace: Ab4d.SharpEngine.PostProcessing
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public GaussianBlurPostProcess(
	bool isVerticalBlur,
	int filterSize = 7
)

Parameters

isVerticalBlur  Boolean
if set to true than this post process will render the vertical pass; otherwise a horizontal pass is rendered.
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; default value is 7)
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.PostProcessing.GaussianBlurPostProcess.#ctor(System.Boolean,System.Int32)"]

See Also