marvinj
marvinj copied to clipboard
Implement MarvinImage.getIntColorArray(x, y)
Implemented getIntColorArray from MarvinImage on the javascript library.
This is useful for quickly getting all 4 components with one line:
const [r, g, b, a] = img.getIntColorArray(x, y);