JDK-4070791 : method Color.brighter() returns black for black
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.5
  • CPU: generic
  • Submitted: 1997-08-10
  • Updated: 1997-11-20
  • Resolved: 1997-11-20
Related Reports
Duplicate :  
Description
The method Color.brighter() returns black for black.

Comments
WORK AROUND override the method and provide a substitute.
11-06-2004

SUGGESTED FIX convert to HSB, and adjust the brightness value appropriately, then convert back.
11-06-2004