screen.pixelDepth

仮想画面(内部画面/オフスクリーン)の色数をビット数で返します。ビット数と色数の対応は以下のようになります。このプロパティはSafari、Netscape、Mozilla、Firefox、Opera、iCabが対応しています。

colorDepthの値色数
1白黒
24色
38色
416色
8256色
1665536色
241677万色
321677万色+αチャンネル

構文

screen.pixelDepth

例文

<html>
 <head>
  <title>screen.pixelDepth</title>
</head>
 <body>
  <script type="text/javascript"><!--
   document.write(screen.pixelDepth);
  // --></script>
 </body>
</html>

関連記事

スポンサーリンク

文字コード表(コード対応表) 0x3

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る