屏幕:pixelDepth 属性
返回屏幕的位深度。根据 CSSOM,某些实现出于兼容性原因返回 24
。有关那些不返回 24 的实现,请参阅浏览器兼容性部分。
值
一个数字。
示例
js
// if there is not adequate bit depth
// choose a simpler color
document.style.color = window.screen.pixelDepth > 8 ? "#FAEBD7" : "#FFFFFF";
规范
规范 |
---|
CSSOM 视图模块 # dom-screen-pixeldepth |
浏览器兼容性
BCD 表格仅在启用了 JavaScript 的浏览器中加载。