Click or drag to resize
AB4D logo

ExpandPostProcess Constructor

Initializes a new instance of the ExpandPostProcess class.

Namespace: Ab3d.DirectX.PostProcessing
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
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
See Also