Click or drag to resize
AB4D logo

NormalDepthEdgeDetectionPostProcessingMultiplyWithCurrentColor Property

Gets or sets a Boolean value that specifies if the edge color defined by this post-process is multiplied with the existing pixel color - this way the edges are added to the existing rendering. When false then only the edges are preserved and the original rendering is not visible any more. Default value is true.

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

Property Value

Boolean
See Also