UNPKG

pixel-utils

Version:
3 lines 88 B
export default function select_rc_b(data, width, r, c) { return data[r * width + c]; }