What can i do for obtain the "true" color on my html5 project?

31199-captura.png

I develop an app for windows but have a compatibility limited to only some pcs, so now with the UnrealEngine 4.7 i port the app to html5 but the colors seems more blue than the normal, i upload sample, the skin must be more like “pink”. im using firefox other explorers dont open the project.

Also im using 2dpaper for animations based on pngs with alpha.

Thanks

The difference most likely cause of different renderers, Windows build by default use DirectX (you can switch it to OpenGL), the HTML5 uses WebGL which is based on OpenGL ES. OpenGL ES is more limited then standard OpenGL some material features might not work or act differently, that might be the cause.

So, try with maybe jpgs or another quality…

I change the base image for flipbooks to png without alpha, then to jpgs, but is the same result. I have a jpg as background this last one dont change his color.