Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 402 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 402 Bytes

AnimatedBackgroundDemo

A UWP sample that blends Gradient with BlendEffect using Composition API.

var graphicsEffect = new BlendEffect()
{
    Mode = BlendEffectMode.Screen,
    Foreground = new CompositionEffectSourceParameter("Main"),
    Background = new CompositionEffectSourceParameter("Tint"),
};

Demo