mgierlasinski / MagicGradients

Draw breathtaking backgrounds in your Xamarin.Forms application. It's a kind of magic.
MIT License
369 stars 21 forks source link

Transparent color rendered as white #156

Closed mgierlasinski closed 3 years ago

mgierlasinski commented 3 years ago

SkiaSharp needs black color to render transparency. Xamarin.Forms converter reads 'transparent' as white.

Before fix:

BeforeFix

After fix:

AfterFix