Talk:RGBA32
From QB64 Wiki
Revision as of 21:36, 7 November 2009 by 58.164.30.173 (Talk)
It's probably preferable to avoid the term 'palette' when referring to 32-bit colors. Typically the term palette is used for an array of colors you can change. For example, you cannot change the 32-bit color &HFF0000FF to be red. It would be better to simply call them 32-bit color values.