pixmap constants for RGBA8888 not consistent? bug

BlitzMax Forums/BlitzMax Programming/pixmap constants for RGBA8888 not consistent? bug

AdamRedwoods(Posted 2010) [#1]
I'm not really sure if this is a bug or not, so if someone else can verify. (BMax 1.37, Win Vista64, Intel G41 gfx)

the PF_RGBA8888 constants do not seem to be correct for this code:



i get 4 and 6.
If it's not a bug than could someone explain why this is?


Brucey(Posted 2010) [#2]
Convert() returns a new pixmap. It doesn't modify the old one.


AdamRedwoods(Posted 2010) [#3]
crud.... talk about banging your head on a wall....
THANKS BRUCEY!

(sorry about posting in bugs; I read the convert line until my eyes fell out)