sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28407
Re: [Question #254655]: MinTargetSize setting on 1.1.0 Night builds
Question #254655 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/254655
RaiMan posted a new comment:
ok, understood.
BTW color of one pixel:
This is available already:
colorOfPixel = someLocation.getColor() # returns a Java Color object
colorsRGB = (colorOfPixel.getRed(), colorOfPixel.getGreen(), colorOfPixelBlue()) # decode the RGB tuple
If it is possible, it would help me, since I am very interested in such situations:
could you send me your image samples and some partly screenshot, that the samples are run against?
use my mail at https://launchpad.net/~raimund-hocke silently
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.