I am using the Default.png method to create a popup screen. I use the same file for my background, and Default.png (except default.png has a 20px status bar at the top).
However, iphone does not display them in them equally. The Default.png file is displayed darker than the background, so it painfully manifests itself when the application loads.
As a good example of what I mean, see below:

The image on the left is Default.png, while the image on the right is when the application loaded. Here the difference is subtle, but when the whole image changes, it looks pretty sharp.
Is this a problem with png color formatting? Or is it an iOS feature where Default.png looks a little darker?
It might not be worth mentioning, but I'm using Monotouch to develop my application, I doubt it will have anything to do with it.
source share