Click or drag to resize
Ab4d.SharpEngine logo

ExpandPostProcess Constructor

Initializes a new instance of the ExpandPostProcess class.

Namespace: Ab4d.SharpEngine.PostProcessing
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public ExpandPostProcess(
	bool isVerticalRenderingPass,
	int expansionWidth,
	Color4 backgroundColor
)

Parameters

isVerticalRenderingPass  Boolean
if set to true the ExpandPostProcess will render the vertical pass; otherwise a horizontal pass is rendered.
expansionWidth  Int32
width of the expansion
backgroundColor  Color4
The color of the background - only colors that are not the same as background will be expanded
Remarks

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

See Also