|
SoberEdgeDetectionPostProcessMultiplyWithCurrentColor 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.PostProcessingAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public bool MultiplyWithCurrentColor { get; set; }
Property Value
BooleanSee Also