Redth / ResizetizerNT

Add SVG's and PNG's to your shared Xamarin Project
MIT License
318 stars 31 forks source link

Use a 32-bit color so save the .png #5

Closed mattleibow closed 4 years ago

mattleibow commented 4 years ago

Make sure to use the larger color size to save to improve the gradient.

https://docs.microsoft.com/dotnet/api/SkiaSharp.SKColorType

  • Argb4444 is 16-bit
  • Rgba8888 is 32-bit

This PR fixes #4