JavaScript 获取有关屏幕的颜色信息

示例

要确定屏幕的颜色和像素深度:

var pixelDepth = window.screen.pixelDepth,
    colorDepth = window.screen.colorDepth;