()
| 142 | } |
| 143 | |
| 144 | regetAlpha() { |
| 145 | const p = this.ctxAlpha.getImageData(this.alphaPosition, 5, 1, 1).data; |
| 146 | this.alpha = p[3] / 255; |
| 147 | this.setActiveColor(this.color, true); |
| 148 | } |
| 149 | |
| 150 | getColorLightAtClick(e) { |
| 151 | let x = e.clientX - this.canvasLight.documentOffsetLeft; |
no test coverage detected