|
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.
Namespace: Ab3d.DirectX.PostProcessingAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public int ExpansionWidth { get; set; }
Property Value
Int32See Also