 |
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.PostProcessingAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic 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