(12-11-2025, 07:43 PM)Dav Wrote: I've noticed only _RGB32 colors can be assigned using CONST, not _RGB ones. Is this a bug?
'these aren't allowed...
Const bgcolor1~& = _RGB(50, 50, 50)
Const bgcolor2~& = _RGBA(50, 50, 50, 50)
'these are allowed...
Const bgcolor3~& = _RGB32(50, 50, 50)
Const bgcolor4~& = _RGBA32(50, 50, 50, 50)
- Dav
Check the Type _RGB and _RGBA come in I am pretty sure it is NOT Unsigned Long like _RGB32 and _RGBA32 are, maybe just Long?
Update: Help says Long type but shows example with myColor~& = _RGB(blah, blah, blah) so why is that?
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever

