Closed mattleibow closed 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
https://docs.microsoft.com/dotnet/api/SkiaSharp.SKColorType
Argb4444
Rgba8888
This PR fixes #4
Make sure to use the larger color size to save to improve the gradient.
This PR fixes #4