Hi,
I would point out that the _RGB instruction in my small program written months ago today shows strange behavior.
Specifically I report it, if it may be useful, that I had to replace almost all the instructions _RGB32(x,x,x) to _RGBA32(x,x,x,x) to avoid unwanted colors and overlays.
Maybe it will be a simple matter and I miss something but I do not think it can depend on my code because before it seemed to work everything perfectly.
After changing the code everything looks good.