why the same color looks different on different android devices

前端 未结 2 1760
渐次进展
渐次进展 2020-12-11 01:57

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

2条回答
  •  粉色の甜心
    2020-12-11 02:23

    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.

提交回复
热议问题