uk.me.parabola.imgfmt.app.typ
Class Rgb

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.typ.Rgb

public class Rgb
extends java.lang.Object


Field Summary
 int b
           
 int g
           
 int r
           
 
Constructor Summary
Rgb(int r, int g, int b, int i)
           
Rgb(Rgb rgb, byte idx)
           
 
Method Summary
 void write(ImgFileWriter writer, byte type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

b

public final int b

g

public final int g

r

public final int r
Constructor Detail

Rgb

public Rgb(int r,
           int g,
           int b,
           int i)

Rgb

public Rgb(Rgb rgb,
           byte idx)
Method Detail

write

public void write(ImgFileWriter writer,
                  byte type)