Point()
Syntax
Color = Point(x, y)Description
Return the color used at the x,y position in the current output. The color can be split in their RGB and alpha values by using the Red(), Green(), Blue() and Alpha() functions. The given x, y coordinate must be inside the current drawing area, as there is no bounds checking for speed reasons.
The returned color will only contain alpha information if the output has a 32bit color depth and the current DrawingMode() is set to one of the alpha channel modes. Otherwise the alpha component of the color is set to 0.
Note: This command does not work with PrinterOutput().
Supported OS
All