feat: expose colorSpace to display object (#17405)

* feat: expose colorSpace to display object

* update doc

* add a spec
This commit is contained in:
Shelley Vohr 2019-03-19 15:12:03 -07:00 committed by Samuel Attard
parent 4c51fa93f5
commit 1d93bc76cd
3 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,7 @@
* `touchSupport` String - Can be `available`, `unavailable`, `unknown`.
* `monochrome` Boolean - Whether or not the display is a monochrome display.
* `accelerometerSupport` String - Can be `available`, `unavailable`, `unknown`.
* `colorSpace` String - represent a color space (three-dimensional object which contains all realizable color combinations) for the purpose of color conversions
* `colorDepth` Number - The number of bits per pixel.
* `depthPerComponent` Number - The number of bits per color component.
* `bounds` [Rectangle](rectangle.md)