Hello,
as you may see here in the screenshot the edges are very steppy althrough the original PNG of the green circle has a proper edge.
Any way to smoothen that edges?
The PNG is loaded via Tiled to the body with alias set to 1 degree. The yellow one behind is added by painting a bc and added to the Graphcache. And this is looking fine.
as you may see here in the screenshot the edges are very steppy althrough the original PNG of the green circle has a proper edge.
Any way to smoothen that edges?
The PNG is loaded via Tiled to the body with alias set to 1 degree. The yellow one behind is added by painting a bc and added to the Graphcache. And this is looking fine.
B4X:
bc.Initialize(bmp.Width, bmp.Height)
bc.CopyPixelsFromBitmap(bmp)
bc.BuildPatternCache(IgnoreSemiTransparent) ' < ---- not available
Last edited: