/[classpath]/classpath/java/awt/image/DirectColorModel.java
ViewVC logotype

Diff of /classpath/java/awt/image/DirectColorModel.java

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

revision 1.10.2.1 by gnu_andrew, Fri Jan 14 10:24:15 2005 UTC revision 1.10.2.2 by gnu_andrew, Sun Jan 16 02:14:47 2005 UTC
# Line 58  public class DirectColorModel extends Pa Line 58  public class DirectColorModel extends Pa
58     * most likely order of alpha, red, green, blue from the most significant     * most likely order of alpha, red, green, blue from the most significant
59     * byte to the least significant byte.     * byte to the least significant byte.
60     *     *
61     * @param bits the number of bits wide used for bit size of pixel values     * @param pixelBits the number of bits wide used for bit size of pixel values
62     * @param rmask the bits describing the red component of a pixel     * @param rmask the bits describing the red component of a pixel
63     * @param gmask the bits describing the green component of a pixel     * @param gmask the bits describing the green component of a pixel
64     * @param bmask the bits describing the blue component of a pixel     * @param bmask the bits describing the blue component of a pixel
# Line 79  public class DirectColorModel extends Pa Line 79  public class DirectColorModel extends Pa
79     * most likely order of red, green, blue from the most significant     * most likely order of red, green, blue from the most significant
80     * byte to the least significant byte.     * byte to the least significant byte.
81     *     *
82     * @param bits the number of bits wide used for bit size of pixel values     * @param pixelBits the number of bits wide used for bit size of pixel values
83     * @param rmask the bits describing the red component of a pixel     * @param rmask the bits describing the red component of a pixel
84     * @param gmask the bits describing the green component of a pixel     * @param gmask the bits describing the green component of a pixel
85     * @param bmask the bits describing the blue component of a pixel     * @param bmask the bits describing the blue component of a pixel

Legend:
Removed from v.1.10.2.1  
changed lines
  Added in v.1.10.2.2

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