Join the live talk at Discord.Be part of the conversation athttp://discord.qb64.org.
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.