why the same color looks different on different android devices

前端 未结 2 1759
渐次进展
渐次进展 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:10

    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.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题