/[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.9 by mkoch, Thu Jun 26 19:52:43 2003 UTC revision 1.10 by mark, Sat Jul 31 16:47:08 2004 UTC
# Line 60  public class DirectColorModel extends Pa Line 60  public class DirectColorModel extends Pa
60     * @param rmask the bits describing the red component of a pixel     * @param rmask the bits describing the red component of a pixel
61     * @param gmask the bits describing the green component of a pixel     * @param gmask the bits describing the green component of a pixel
62     * @param bmask the bits describing the blue component of a pixel     * @param bmask the bits describing the blue component of a pixel
    * @param amask the bits describing the alpha component of a pixel  
63     */     */
64    public DirectColorModel(int pixelBits, int rmask, int gmask, int bmask)    public DirectColorModel(int pixelBits, int rmask, int gmask, int bmask)
65    {    {
# Line 82  public class DirectColorModel extends Pa Line 81  public class DirectColorModel extends Pa
81     * @param rmask the bits describing the red component of a pixel     * @param rmask the bits describing the red component of a pixel
82     * @param gmask the bits describing the green component of a pixel     * @param gmask the bits describing the green component of a pixel
83     * @param bmask the bits describing the blue component of a pixel     * @param bmask the bits describing the blue component of a pixel
84       * @param amask the bits describing the alpha component of a pixel
85     */     */
86    public DirectColorModel(int pixelBits,    public DirectColorModel(int pixelBits,
87                            int rmask, int gmask, int bmask, int amask)                            int rmask, int gmask, int bmask, int amask)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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