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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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