In XNA, loading a PNG through Texture2D.FromStream() does not pre-multiply, so we will have to make sure all platforms behave consistently.
1 Like
In XNA, loading a PNG through Texture2D.FromStream() does not pre-multiply, so we will have to make sure all platforms behave consistently.