How Groove Music UWP app creates the multi-color shadow effect based on image colors and how can I recreate this in XAML/C# (UWP), I know that I can use ColorThief (+ Win2D or WCT) library to get the color palette from an image but I don't know how I can benefit from it to recreate that effect
I have ended up using ColorShadow control from CompositionProToolkit