Development goes on. ⚡️👟QB64 v2.0.2 released! 🤩🤩🤩🤩Get it now!
0 Members and 1 Guest are viewing this topic.
The & is for long integer type best used with _RGB32 color variables, use && if want alpha too ie _RBGA32().
Yeah, there's definitely no need for _INTEGER64 (&&) to store colors, even with transparency. Long (or unsigned long) is more than enough.
Personally, I advocate *ALWAYS* using _UNSIGNED LONG for color values.