()
| 136 | } |
| 137 | |
| 138 | regetColor() { |
| 139 | const p = this.ctxLight.getImageData(this.lightPosition, 5, 1, 1).data; |
| 140 | this.setActiveColor(rgbToHex(p[0], p[1], p[2])); |
| 141 | this.drawAlpher(); |
| 142 | } |
| 143 | |
| 144 | regetAlpha() { |
| 145 | const p = this.ctxAlpha.getImageData(this.alphaPosition, 5, 1, 1).data; |
no test coverage detected