(x, y, w, h)
| 3984 | } |
| 3985 | |
| 3986 | async get(x, y, w, h) { |
| 3987 | this._promoteToFramebuffer(); |
| 3988 | return this.mainFramebuffer.get(x, y, w, h); |
| 3989 | } |
| 3990 | |
| 3991 | filter(...args) { |
| 3992 | // If no custom framebuffer is active, promote to mainFramebuffer |
no test coverage detected