Go to the source code of this file.
Defines | |
#define | LUTS_ARE_PTR_BASED 0 |
#define | LUT_DATA_TYPE void** |
#define | CUBE_DATA_TYPE void** |
#define | DATA_2_PTR * |
#define | GETDATASIZE(x) GetHandleSize((Handle)(x)) |
#define | SETDATASIZE(x, y) SetHandleSize((Handle)(x),(y)) |
#define | LOCK_DATA(x) HLock((Handle)(x)) |
#define | UNLOCK_DATA(x) HUnlock((Handle)(x)) |
#define | ALLOC_DATA(x, y) (void **)SmartNewHandle(x,y) |
#define | DISPOSE_DATA(x) (void **)DisposeHandle((Handle)(x)) |
#define | DISPOSE_IF_DATA(x) (void **)DisposeIfHandle((Handle)(x)) |
#define | kDoDefaultLut 0 |
#define | kDoGamutLut 1 |
#define | kNoInfo 0 |
#define | kDoXYZ2Lab 1 |
#define | kDoLab2XYZ 2 |
#define | kNumOfRGBchannels 3 |
#define | kNumOfLab_XYZchannels 3 |
#define | adr_bereich_elut 256 /* ElutAdrSize | Elut pixeloriented 256 entries 10 bit each dim. */ |
#define | adr_breite_elut 8 /* ElutAdrShift | 2^8 = 256 */ |
#define | bit_breite_elut 10 /* ElutWordSize */ |
#define | adr_bereich_alut 1024 /* AlutAdrSize | Alut pixeloriented 1024 entries 8 bit each dim. */ |
#define | adr_breite_alut 10 /* AlutAdrShift | 2^10 = 1024 */ |
#define | bit_breite_alut 8 |
|
Definition at line 66 of file lh_core/defines.h. Referenced by Calc323Dim_Data8To8_Lut16(), Calc324Dim_Data8To8_Lut16(), Calc423Dim_Data8To8_Lut16(), Calc424Dim_Data8To8_Lut16(), DoMakeGamutForMonitor(), Extract_MFT_Alut(), and MakeGamut16or32ForMonitor(). |
|
Definition at line 61 of file lh_core/defines.h. Referenced by Calc323Dim_Data8To8_Lut16(), Calc324Dim_Data8To8_Lut16(), Calc423Dim_Data8To8_Lut16(), Calc424Dim_Data8To8_Lut16(), and MakeGamut16or32ForMonitor(). |
|
Definition at line 67 of file lh_core/defines.h. Referenced by Calc323Dim_Data8To8_Lut16(), Calc324Dim_Data8To8_Lut16(), Calc423Dim_Data8To8_Lut16(), Calc424Dim_Data8To8_Lut16(), CreateCombi(), Extract_Gray_Luts(), Extract_MFT_Alut(), and Extract_TRC_Alut(). |
|
Definition at line 62 of file lh_core/defines.h. Referenced by Calc323Dim_Data8To8_Lut16(), Calc324Dim_Data8To8_Lut16(), Calc423Dim_Data8To8_Lut16(), Calc424Dim_Data8To8_Lut16(), CreateCombi(), DoMakeGamutForMonitor(), Extract_Gray_Luts(), Extract_MFT_Elut(), and Extract_TRC_Elut(). |
|
|
Definition at line 68 of file lh_core/defines.h. Referenced by CreateCombi(), DoMakeGamutForMonitor(), Extract_Gray_Luts(), Extract_MFT_Alut(), and Extract_TRC_Alut(). |
|
Definition at line 63 of file lh_core/defines.h. Referenced by CreateCombi(), Extract_Gray_Luts(), Extract_MFT_Elut(), and Extract_TRC_Elut(). |
|
Definition at line 37 of file lh_core/defines.h. Referenced by CreateCombi(), MakeCube(), MakeCube16(), and MakeSpecialCube16(). |
|
|
Definition at line 44 of file lh_core/defines.h. |
|
|
Definition at line 39 of file lh_core/defines.h. |
|
Definition at line 49 of file lh_core/defines.h. Referenced by PrepareCombiLUTs(). |
|
Definition at line 50 of file lh_core/defines.h. Referenced by PrepareCombiLUTs(). |
|
Definition at line 54 of file lh_core/defines.h. Referenced by Create_LH_ProfileSet(), CreateCombi(), and PrepareCombiLUTs(). |
|
Definition at line 53 of file lh_core/defines.h. Referenced by Create_LH_ProfileSet(), and CreateCombi(). |
|
Definition at line 52 of file lh_core/defines.h. Referenced by Create_LH_ProfileSet(). |
|
Definition at line 57 of file lh_core/defines.h. Referenced by CreateCombi(). |
|
Definition at line 56 of file lh_core/defines.h. Referenced by Extract_TRC_Alut(), Extract_TRC_Elut(), Extract_TRC_Matrix(), and ExtractAll_TRC_Luts(). |
|
|
|
Definition at line 18 of file lh_core/defines.h. |
|
Definition at line 40 of file lh_core/defines.h. |
|