diff options
Diffstat (limited to 'files/ja/web/api/screen/mozbrightness/index.html')
-rw-r--r-- | files/ja/web/api/screen/mozbrightness/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/files/ja/web/api/screen/mozbrightness/index.html b/files/ja/web/api/screen/mozbrightness/index.html new file mode 100644 index 0000000000..5d6c476ed1 --- /dev/null +++ b/files/ja/web/api/screen/mozbrightness/index.html @@ -0,0 +1,30 @@ +--- +title: Screen.mozBrightness +slug: Web/API/Screen/mozBrightness +tags: + - API + - 'API:Mozilla Extensions' + - Deprecated + - Non-standard + - Property +translation_of: Web/API/Screen/mozBrightness +--- +<p>{{APIRef("CSSOM")}}{{Non-standard_Header}}{{Deprecated_Header}}</p> + +<p>画面のバックライトの明るさを、 0 (とても暗い) から 1 (完全に明るい) の範囲で示します。この値は倍精度浮動小数点数です。</p> + +<p>この属性は、画面が無効化されていても読み書きできますが、画面が無効化されている間はバックライトが消灯しています。この属性に X の値を書き込むと、後で読み込んだときに同じ X の値になっていない場合があります。ほとんどの画面は倍精度の 0 と 1 の数だけ輝度レベルがあるわけではありません。値を格納する前に、値の精度が低下する可能性があります。</p> + +<h2 id="Syntax" name="Syntax">構文</h2> + +<pre class="syntaxbox notranslate">let <var>screenBrightness</var> = window.screen.mozBrightness;</pre> + +<h2 id="Specification" name="Specification">仕様書</h2> + +<p>仕様書の一部ではありません。</p> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> + +<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div> + +<p>{{Compat("api.Screen.mozBrightness")}}</p> |