CrossFadeEffectBufferPrecision Property |
Namespace: Microsoft.Graphics.Canvas.Effects
public Nullable<CanvasBufferPrecision> BufferPrecision { get; set; }
This API is only available when running on Windows 10 build 14393 (Anniversary Update) or greater.
If not null, this property specifies the intermediate buffer precision for drawing this effect.
If it is null, EffectBufferPrecision from the drawing session is used instead.
For more information, see Effect precision and clamping.