Skip to content

Commit 56101c3

Browse files
committed
(#8) Removed colorAt function from screencapture
1 parent 6ca6764 commit 56101c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ function bitmap(width, height, byteWidth, bitsPerPixel, bytesPerPixel, image) {
1111
this.bitsPerPixel = bitsPerPixel;
1212
this.bytesPerPixel = bytesPerPixel;
1313
this.image = image;
14-
15-
this.colorAt = function(x, y) {
16-
return libnut.getColor(this, x, y);
17-
};
1814
}
1915

2016
module.exports.screen.highlight = function(x, y, width, height, duration, opacity) {

0 commit comments

Comments
 (0)