TesterConnectionExtensions Methods
GetRGB
Gets the color value at the provided position on the system under test.
Syntax:
public static Color GetRGB(
this ITester t,
Point target
)
Parameters:
Return Value:
The Color of the pixel at the target position. If the target position is invalid, Color.Black is returned.
Last updated
Was this helpful?