marvinj icon indicating copy to clipboard operation
marvinj copied to clipboard

Implement MarvinImage.getIntColorArray(x, y)

Open EhsanKia opened this issue 5 years ago • 0 comments

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);

EhsanKia avatar Apr 29 '19 01:04 EhsanKia