(08-30-2024, 02:35 PM)Petr Wrote: Bplus, color has data type unsigned long. You use the long data type in FC (variable clr&). Maybe that's why it doesn't work for you with transparent colors.
Oh crap! everyone is using & not ~& for the color in the subs!
Sorry @Petr, I missed that from the start of Dav's experiments!
+1 to Petr
BTW @Dav If you don't care about transparency then YES! there are faster ways to fill a circle, an extra line is nothing compared to an extra decision in a loop!
b = b + ...