TesterSelectExtensions Methods
Last updated
Was this helpful?
Last updated
Was this helpful?
Name
Description
Returns a filter that contains the connected region of the same color (floodfill) on the filtered current screen starting from the (or middle) of the imagesearch with the provided imageReference. Throws a , if the image cannot be found on screen.
Parameter
Description
t
imageReference
[tolerance]
[searchTime]
[parameters]
Type: ImageDetectionParameters
The image parameters for the imagesearches.
[filters]
Parameter
Description
t
position
[tolerance]
[filters]
Parameter
Description
t
origin
[tolerance]
[filters]
Parameter
Description
t
topLeftImage
bottomRightImage
The image which hotspot or middle marks the bottom right corner of the select
[searchTime]
How long the search for the image should last at most.
[parameters]
Type: ImageDetectionParameters The tolerance for the floodfill, max allowed differences in each RGB color channels. Default tolerance 0.004 = roughly 1 px. (255 / tolerance = 1)
[filters]
Returns a filter that contains the connected region of the same color (floodfill) on the filtered current screen starting from the (or middle) of the imagesearch with the provided imageReference. Throws a , if the image cannot be found on screen.
Returns a filter that contains the connected region of the same color (floodfill) on the filtered current screen starting from the hotspot or of the provided position.
Returns a filter that contains the connected region of the same color (floodfill) on the filtered current screen starting from the provided point.
Type: The ITester interface on which the extension is called.
Type: Image reference for the imageSearch.
Type: The tolerance for the floodfill, max allowed differences in each RGB color channels. Default tolerance 0.004 = roughly 1 px. (255 / tolerance = 1)
Type: The timeSpan indicating for how long shall be searched.
Type: [ ] The filters for the imagesearch AND the floodfill algorithm. If different filters are required to find the orign point and for the floodFill, do a normal FindImage first and use SelectFromColorAtPoint signature with Point.
A filter.
Returns a filter that contains the connected region of the same color (floodfill) on the filtered current screen starting from the hotspot or of the provided position.
Type: The ITester interface on which the extension is called.
Type: The origin for the floodfill. This is often the property of a that was found before (e.g. in method).
Type: The tolerance for the floodfill, max allowed differences in each RGB color channels. Default tolerance 0.004 = roughly 1 px. (255 / tolerance = 1)
Type: [ ] The filters that shall be used for the floodfill algorithm.
A filter.
Returns a filter that contains the connected region of the same color (floodfill) on the filtered current screen starting from the provided point.
Type: The ITester interface on which the extension is called.
Type: The origin for the floodfill.
Type: The tolerance for the floodfill, max allowed differences in each RGB color channels. Default tolerance 0.004 = roughly 1 px. (255 / tolerance = 1)
Type: [ ] The filters that shall be used for the floodfill algorithm.
A filter.
Returns a filter formed by (or middle if no hotspot set) of topLeftImage and bottomRightImage. Throws if Images not found.
Type: The ITester interface on which the extension is called.
Type: The image which hotspot or middle marks the top left corner of the select.
Type:
Type:
Type: [ ] Typically a Select filter indicating the area of interest for the image searches.
A filter.