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
|
@ -29,6 +29,7 @@ describe('screen module', () => {
|
|||
expect(display).to.have.a.property('monochrome').that.is.a('boolean')
|
||||
expect(display).to.have.a.property('depthPerComponent').that.is.a('number')
|
||||
expect(display).to.have.a.property('colorDepth').that.is.a('number')
|
||||
expect(display).to.have.a.property('colorSpace').that.is.a('string')
|
||||
})
|
||||
|
||||
it('has a size object property', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue