-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.3.0
-
x86
-
windows_98
Name: rlT66838 Date: 01/25/2000
java version "1.3beta"
When reading a pixel from the screen, the Robot.getPixelColor() returns a Color
in the form (R, B, G) and not (R, G, B). Perhaps I am overlooking something,
but the Blue and Green are reversed. When used to set the background Color of a
Label, the Colors are different:
label1.setBackground(robot1.getPixelColor(400,400));
If the pixel color at location 400,400 is 0,0,255;
The label color will be 0,255,0
(Review ID: 100299)
======================================================================