|
Get Pixel From Point
Retrieves the color value of the pixel at the specified position.
Parameters
-
position is relative to Specifies how to calculate the value of the location coordinates, and it can be one of the following:
- Relative to the screen coordinates
Absolute coordinates, start from the top-left of the screen.
- Relative to the foreground window
Relative coordinates, start from the top-left of the foreground window.
- Relative to the current position
Relative coordinates, start from the position of the current mouse pointer.
-
Pos X Specifies the value of X coordinate.
-
Pos Y Specifies the value of Y coordinate.
-
Populate variable with color value Specifies a variable for storing the received color value. The color value will be stored in the number format.
-
Pick coordinates A tool for picking position coordinates and color. Just move the mouse pointer
to the right box and drag it to the desired position, and then release the mouse key.
-
Picked by Hotkey Click the button to enter the picking state, and simply move the mouse pointer around
the target position and then press the hotkey.
|