Click or drag to resize
ContrastEffectClampSource Property
Indicates whether to clamp input values to 0-1 range before contrast adjustment. Default value false.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public bool ClampSource { get; set; }

Property Value

Type: Boolean
See Also