org.jmol.export.image
Class GifEncoder.AdaptiveColorCollection
java.lang.Object
org.jmol.export.image.GifEncoder.AdaptiveColorCollection
- Enclosing class:
- GifEncoder
static class GifEncoder.AdaptiveColorCollection
- extends Object
Field Summary |
(package private) long |
blue
|
(package private) int |
count
|
(package private) long |
green
|
(package private) int |
index
|
(package private) long |
red
|
(package private) int |
rgb
|
Method Summary |
(package private) void |
addRgb(int rgb,
int count)
|
(package private) void |
setRgb(byte[] reds,
byte[] grns,
byte[] blus)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rgb
int rgb
index
int index
red
long red
green
long green
blue
long blue
count
int count
GifEncoder.AdaptiveColorCollection
GifEncoder.AdaptiveColorCollection(int rgb)
addRgb
void addRgb(int rgb,
int count)
setRgb
void setRgb(byte[] reds,
byte[] grns,
byte[] blus)