Skip to content

Commit b413365

Browse files
committed
Change color to colorAt.
1 parent edf9412 commit b413365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function bitmap (width, height, byteWidth, bitsPerPixel, bytesPerPixel, image)
1414
this.image = image;
1515
}
1616

17-
bitmap.prototype.color = function(x, y)
17+
bitmap.prototype.colorAt = function(x, y)
1818
{
1919
return robotjs.getColor(this, x, y);
2020
};

0 commit comments

Comments
 (0)