Subscribe to our YouTube channel.Tutorials and more athttps://www.youtube.com/c/QB64Team.
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.