()
| 3978 | } |
| 3979 | |
| 3980 | async loadPixels() { |
| 3981 | this._promoteToFramebuffer(); |
| 3982 | await this.mainFramebuffer.loadPixels(); |
| 3983 | this.pixels = this.mainFramebuffer.pixels.slice(); |
| 3984 | } |
| 3985 | |
| 3986 | async get(x, y, w, h) { |
| 3987 | this._promoteToFramebuffer(); |
nothing calls this directly
no test coverage detected