/[classpath]/classpath/java/awt/Color.java
ViewVC logotype

Diff of /classpath/java/awt/Color.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by ericb, Wed May 8 03:07:24 2002 UTC revision 1.8 by graydon, Wed Aug 13 03:32:44 2003 UTC
# Line 496  public class Color implements Paint, Ser Line 496  public class Color implements Paint, Ser
496    public int getAlpha()    public int getAlpha()
497    {    {
498      // Do not inline getRGB() to value, because of SystemColor.      // Do not inline getRGB() to value, because of SystemColor.
499      return (getRGB() & ALPHA_MASK) >> 24;      return (getRGB() & ALPHA_MASK) >>> 24;
500    }    }
501    
502    /**    /**

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26