browserAction.ColorArray
型
RGBA 色を定義する、4 つの 0 から 255 の整数の配列
です。4 つの値は以下のチャネルを指定します:
- 赤(Red)
- 緑(Green)
- 青(Blue)
- アルファ(Alpha) (不透明度)
たとえば、不透明な赤は[255, 0, 0, 255]
です。
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | ||||||
---|---|---|---|---|---|---|---|
ColorArray |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
メモ:
この API は Chromium のchrome.browserAction
API に基づいています。このドキュメントは Chromium コードの browser_action.json
から派生したものです。Microsoft Edge の互換性データは Microsoft Corporation から提供されており、Creative Commons Attribution 3.0 United States License のもとにここに含まれています。