why the same color looks different on different android devices

前提是你 提交于 2019-12-28 20:37:11

问题


I find lots of colors look different on different android devices. For example, if I set #fff8f5ea as the background color of a View and run the app on different devices, I can easily tell the difference between them. Any body have the same problem? Does anyone know why?


回答1:


Every piece of hardware will render the primary colours used in the individual pixels at different intensities.

The display driver also implements colour profiles, sometimes user definable, which alter those intensities.

I can load an image on my Galaxy S3 and chose a different profile under Settings->Display->Screen mode to render the image in different colour spaces.




回答2:


Most likely, the devices use a different screen type.

Colors vary between LCDs, LEDs and other screen types because of the way the screen is built.

For example, some screens will turn pixels of completely to display black, while some will show a shade of grey.



来源:https://stackoverflow.com/questions/13540361/why-the-same-color-looks-different-on-different-android-devices

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!