* Used to get the data value from a given pixel. This is the inverse of getPixelForValue * The coordinate (0, 0) is at the upper-left corner of the canvas * @param {number} pixel * @return {*}
(pixel: number)
| 1342 | * @return {*} |
| 1343 | */ |
| 1344 | getValueForPixel(pixel: number): number | undefined; |
| 1345 | |
| 1346 | getBaseValue(): number; |
| 1347 | /** |
no outgoing calls
no test coverage detected