Click or drag to resize
CrossFadeEffectCrossFade Property
[Win10_14393] Specifies the interpolation position between the two images. Default value 0.5, range 0 to 1.

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

Property Value

Type: Single
Remarks

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

When CrossFade is 0, the Source1 image is output.

When CrossFade is 1, the Source2 image is output.

When CrossFade is 0.5, the output is a 50/50 blend of the two images.

See Also