Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.9k views
in Technique[技术] by (71.8m points)

why the same color looks different on different android devices

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?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...