feat: add displayFrequency to Display object (#26472)
This commit is contained in:
parent
f65db1df79
commit
6f6c1b7ca6
3 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
* `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.
|
||||
* `displayFrequency` Number - The display refresh rate.
|
||||
* `bounds` [Rectangle](rectangle.md)
|
||||
* `size` [Size](size.md)
|
||||
* `workArea` [Rectangle](rectangle.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue