| synopsis || return value || arguments || prev || next |
bool get_lab_params( int & Lrange, int & Loff, int & Lbits, int & Arange, int & Aoff, int & Abits, int & Brange, int & Boff, int & Bbits, kdu_uint32 & illuminant, kdu_uint16 & temperature)
Java: boolean Get_lab_params( int[] Lrange, int[] Loff, int[] Lbits, int[] Arange, int[] Aoff, int[] Abits, int[] Brange, int[] Boff, int[] Bbits, long[] illuminant, int[] temperature)
[Declared in "../apps/compressed_io/jp2.h"]
Call this function to recover parameters if get_space returns JP2_CIELab_SPACE. The meaning of the values returned via the various arguments is identical to the meaning of the values supplied to their namesakes in the second form of the init function.
Returns false if get_space returns anything other than JP2_CIELab_SPACE.
| top || synopsis || return value || arguments || prev || next |