本文介绍了确定Android的屏幕色深的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我试图确定屏幕的颜色深度,如果需要一些图像转换为RGB565。
I'm trying to determine the color depth of the screen to convert some images to RGB565 if necessary.
任何帮助是AP preciated。
Any help is appreciated.
感谢
推荐答案
尝试 getWindowManager()。getDefaultDisplay()。getPixelFormat()
。
请参见,的
这篇关于确定Android的屏幕色深的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!