[]
This class models the palette box contained in a JP2 image.
public sealed class PaletteBox : JP2Box
Name | Description |
---|---|
PaletteBox(RandomAccessIO, int) | Construct a PaletteBox from an input image. |
Name | Description |
---|---|
NumColumns | Return the number of palette columns. |
NumEntries | Return the number of palette entries. |
Name | Description |
---|---|
ToString() | Return a suitable String representation of the class instance. |
getBitDepth(int) | Return the bitdepth of palette entries. |
getEntry(int, int) | Return an entry for a given index and column. |
isSigned(int) | Are entries signed predicate. |
isUnSigned(int) | Are entries unsigned predicate. |