class GifColorTable extends Object
Constructor | Description |
---|---|
GifColorTable() |
|
GifColorTable(Color[] colors) |
Modifier and Type | Method | Description |
---|---|---|
(package private) void |
closePixelProcessing() |
|
(package private) void |
encode(OutputStream os) |
|
(package private) int |
getDepth() |
|
(package private) int |
getTransparent() |
|
(package private) void |
processPixels(Gif89Frame gf) |
|
(package private) void |
setTransparent(int color_index) |
GifColorTable()
GifColorTable(Color[] colors)
int getDepth()
int getTransparent()
void setTransparent(int color_index)
void processPixels(Gif89Frame gf) throws IOException
IOException
void closePixelProcessing()
void encode(OutputStream os) throws IOException
IOException