Click or drag to resize
DigitalRuneSaoFilterCombineWithSource Property
Gets or sets a value indicating whether the ambient occlusion should be applied to the source image - or if a black-white AO image is produced, ignoring the source image.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public bool CombineWithSource { get; set; }

Property Value

Type: Boolean
if the ambient occlusion buffer is applied to the source image; the result is the source image where occluded pixels are darkened. if the source image is ignored and the processor produces a grayscale image (white = not occluded, black = fully occluded). The default value is .
See Also