Click or drag to resize
AB4D logo

SoberEdgeDetectionPostProcessEdgeThreshold Property

Gets or sets a float value that specifies the edge threshold that is needed to decide how big the color difference need to be to render an edge. Smaller values produce more edges, bigger values less edges. Default value is 0.05f.

Namespace: Ab3d.DirectX.PostProcessing
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public float EdgeThreshold { get; set; }

Property Value

Single
See Also