mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Update document
This commit is contained in:
parent
46410b3a2f
commit
d448777bd7
@ -272,7 +272,8 @@ robotgo.ScrollMouse(50, "down")
|
||||
|
||||
### <h3 id="GetPixelColor">.GetPixelColor(x, y)
|
||||
|
||||
Gets the pixel color at x, y. This function is perfect for getting a pixel or two, but if you'll be reading large portions of the screen use screen.capture.
|
||||
Gets the pixel color at x, y. This function is perfect for getting a pixel or two,
|
||||
but if you'll be reading large portions of the screen use screen.capture.
|
||||
|
||||
#### Arguments:
|
||||
|
||||
|
@ -287,7 +287,8 @@ robotgo.ScrollMouse(50, "down")
|
||||
### <h3 id="GetPixelColor">.GetPixelColor(x, y)
|
||||
获取坐标为 x, y 位置处的颜色
|
||||
|
||||
Gets the pixel color at x, y. This function is perfect for getting a pixel or two, but if you'll be reading large portions of the screen use screen.capture.
|
||||
Gets the pixel color at x, y. This function is perfect for getting a pixel or two,
|
||||
but if you'll be reading large portions of the screen use screen.capture.
|
||||
|
||||
#### 参数:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user