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.

window.screen.colorDepth

概要

画面の色深度を返します。

構文

bitDepth = window.screen.colorDepth

// 画面の色深度をチェックします
if ( window.screen.colorDepth < 8) {
  // 低色版のページを使う
} else {
  // 普通のカラフルなページを使う
}

仕様

  • DOM Level 0。どの標準にも属しません。

関連情報

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: fscholz, khalid32, ethertank, Potappo
 最終更新者: khalid32,