Click or drag to resize
TintEffectClampOutput Property
[Win10_14393] If set, the effect clamps color values to between 0 and 1 before passing them on to the next effect in the graph. If false, the effect will not clamp values, although subsequent effects or the output surface may later clamp if they are not of high enough precision. 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 ClampOutput { get; set; }

Property Value

Type: Boolean
Remarks

This API is only available when running on Windows 10 build 14393 (Anniversary Update) or greater.

See Also