|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.imgfmt.app.typ.Rgb
public class Rgb
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 |
---|
public final int b
public final int g
public final int r
Constructor Detail |
---|
public Rgb(int r, int g, int b, int i)
public Rgb(Rgb rgb, byte idx)
Method Detail |
---|
public void write(ImgFileWriter writer, byte type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |