Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Screen.colorDepth

 

概述

返回屏幕的颜色深度(color depth)。

语法

bitDepth = window.screen.colorDepth

示例

// 检测屏幕的颜色深度
if ( window.screen.colorDepth < 8) {
  // 使用低色彩版本页面
} else { 
  // 使用常规的彩色版页面
}

规范

DOM Level 0 不属于任何标准.

相关链接

文档标签和贡献者

 此页面的贡献者: teoli, AlexChao
 最后编辑者: AlexChao,