Package | Description |
---|---|
com.ajtjp.jImageReader.bitmap |
Implementations of bitmaps (the concept, not the format).
|
com.ajtjp.jImageReader.palette |
Classes that represent a palette for an indexed image.
|
Modifier and Type | Method and Description |
---|---|
Palette |
IndexedBitmap.getPalette()
Returns the palette of the indexed bitmap.
|
Modifier and Type | Class and Description |
---|---|
class |
Palette256
Class that represents the palette for a 256-color PCX file (alternately
called a VGA 256 Color Palette).
|
class |
PaletteAnySize
Palette of an arbitrary size.
|
Copyright © 2020. All rights reserved.