JDK-8207377 : Document the behavior of Robot::getPixelColor with HiDPI
  • Type: Bug
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: openjfx11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-07-17
  • Updated: 2018-07-24
  • Resolved: 2018-07-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
openjfx11Fixed
Related Reports
Relates :  
Description
That is, confirm that this method will return the real "pixel" color at point x,y on the HiDPI screen. On a HiDPI screen the unit at point (x,y) may have 4 pixels, and it is unclear, which color will be returned:

1.) The color which interpolate 4 pixels
2.) The color of the top/left pixel.

Once confirmed, this should be documented.
Comments
Changeset: 202fc7cbc4d5 Author: mennen Date: 2018-07-24 15:18 -0700 URL: http://hg.openjdk.java.net/openjfx/jfx-dev/rt/rev/202fc7cbc4d5 8207377: Document the behavior of Robot::getPixelColor with HiDPI Reviewed-by: kcr
24-07-2018

PR being reviewed in GitHub: https://github.com/javafxports/openjdk-jfx/pull/140
23-07-2018