-
Bug
-
Resolution: Fixed
-
P4
-
1.2.0
-
1.3
-
generic
-
generic
Name: krT82822 Date: 01/14/99
=20
In class java.awt.image.ComponentColorModel, method getRed
should end with :
return (int) (rgb[0]*255);
instead of :
return (int) rgb[0]*255;
Same for getBlue and getGreen
(Review ID: 52645)
======================================================================