04-23-2025, 11:06 PM
Looks like only solid border colors work. here is my test:
I notice in Wiki bordercolor% is an integer or long, need unsigned long to handle alphas.
Code: (Select All)
Screen _NewImage(800, 600, 32)
x = 200: y = 200
Circle (x, y), 100, _RGB32(0, 0, 0, 100) ' circle border color
Paint (x, y), _RGB32(255, 0, 0), _RGB32(0, 0, 0, 100) ' to circle border
Print "test alpha border"
Print "Yuck! zzz... press any for solid border"
Sleep
Cls
Print "test solid border color"
Circle (x, y), 100, _RGB32(0, 0, 255) ' circle border color
Paint (x, y), _RGB32(255, 0, 0), _RGB32(0, 0, 255) ' to circle border
Print "OK!"I notice in Wiki bordercolor% is an integer or long, need unsigned long to handle alphas.
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever

