feat: expose colorSpace to display object (#17405)
* feat: expose colorSpace to display object * update doc * add a spec
This commit is contained in:
parent
4c51fa93f5
commit
1d93bc76cd
3 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue