AS3, loading bitmaps?

I have loaded bitmaps before, but when I getPixel, everything returns one bit less than original. For example, I have a solid white bitmap, getPIxel returns 0xfefefe, not 0xffffff. How do I avoid something like this? I don’t want to add to every pixel for performance reasons.