Click or drag to resize
Ab4d.SharpEngine logo

ExpandPostProcessExpansionWidth Property

Gets or sets the width of the expansion (the distance in pixels that are checked away from the current pixel). ExpansionWidth values can be between 1 (zero is not allowed) and 16 (ExpandPostProcess.MaxExpansionWidth). Bigger numbers mean that more pixels will be sampled in pixel shader and will therefore require more time to execute the post process. Default value is 2.

Namespace: Ab4d.SharpEngine.PostProcessing
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public int ExpansionWidth { get; set; }

Property Value

Int32

[Missing <value> documentation for "P:Ab4d.SharpEngine.PostProcessing.ExpandPostProcess.ExpansionWidth"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.PostProcessing.ExpandPostProcess.ExpansionWidth"]

See Also