typedef struct _t_JPXPalette *JPXPalette;
void JPXPaletteGetBitDepths(IN JPXPalette jpxPalette, OUT ASInt32 *bitDepths);
jpxPalette | IN/OUT A JPX-encoded image object.
|
bitDepths | IN/OUT (Filled by the method) An array of bit depths for each component.
|
ASInt32 JPXPaletteGetNumComponents(IN JPXPalette jpxPalette);
jpxPalette | IN/OUT A JPX encoded image object.
|
ASInt32 JPXPaletteGetNumEntries(IN JPXPalette jpxPalette);
jpxPalette | IN/OUT A JPX encoded image object.
|
ASStm JPXPaletteGetTable(IN JPXPalette jpxPalette, OUT ASInt32 *paletteLength);
jpxPalette | IN/OUT A JPX encoded image object.
|
paletteLength | IN/OUT (Filled by the method) The length of the palette data.
|