I have a bitmap (see attachment) that’s mostly white. So when transparency is turned on, it’s a white pixel in the corner and white is the transparent color.
But when I use GetTransparentColor, I don’t get white.
Looking at the code, for some reason Delphi adds a number to the color value, rendering it utterly useless as-is. Anyone know why that is ?