-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.2.0
-
Component/s: client-libs
-
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)
======================================================================