![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Data Fields | |
int | clear_input |
cmsHPROFILE | input |
cmsHPROFILE | nrgb |
cmsHTRANSFORM * | xform_cam_Lab |
cmsHTRANSFORM * | xform_cam_nrgb |
cmsHTRANSFORM * | xform_nrgb_Lab |
float | lut [3][0x10000] |
dt_colormatrix_t | cmatrix |
dt_colormatrix_t | nmatrix |
dt_colormatrix_t | lmatrix |
float | unbounded_coeffs [3][3] |
int | blue_mapping |
int | nonlinearlut |
dt_colorspaces_color_profile_type_t | type |
dt_colorspaces_color_profile_type_t | type_work |
char | filename [512] |
char | filename_work [512] |
int dt_iop_colorin_data_t::blue_mapping |
Referenced by commit_params(), process_cmatrix(), and process_lcms2().
int dt_iop_colorin_data_t::clear_input |
Referenced by cleanup_pipe(), and commit_params().
dt_colormatrix_t dt_iop_colorin_data_t::cmatrix |
Referenced by commit_params(), process(), process_cmatrix_bm(), process_cmatrix_fastpath_simple(), and process_cmatrix_proper().
char dt_iop_colorin_data_t::filename[512] |
char dt_iop_colorin_data_t::filename_work[512] |
Referenced by commit_params().
cmsHPROFILE dt_iop_colorin_data_t::input |
Referenced by cleanup_pipe(), commit_params(), and init_pipe().
dt_colormatrix_t dt_iop_colorin_data_t::lmatrix |
Referenced by commit_params(), process_cmatrix_bm(), process_cmatrix_fastpath_clipping(), and process_cmatrix_proper().
float dt_iop_colorin_data_t::lut[3][0x10000] |
Referenced by commit_params(), process_cmatrix_bm(), and process_cmatrix_proper().
dt_colormatrix_t dt_iop_colorin_data_t::nmatrix |
Referenced by commit_params(), process_cmatrix_bm(), process_cmatrix_fastpath_clipping(), and process_cmatrix_proper().
int dt_iop_colorin_data_t::nonlinearlut |
Referenced by commit_params(), and process_cmatrix().
cmsHPROFILE dt_iop_colorin_data_t::nrgb |
dt_colorspaces_color_profile_type_t dt_iop_colorin_data_t::type |
Referenced by commit_params(), input_colorspace(), and process().
dt_colorspaces_color_profile_type_t dt_iop_colorin_data_t::type_work |
Referenced by commit_params().
float dt_iop_colorin_data_t::unbounded_coeffs[3][3] |
Referenced by commit_params(), process_cmatrix_bm(), and process_cmatrix_proper().
cmsHTRANSFORM* dt_iop_colorin_data_t::xform_cam_Lab |
Referenced by cleanup_pipe(), commit_params(), init_pipe(), process_lcms2_bm(), and process_lcms2_proper().
cmsHTRANSFORM* dt_iop_colorin_data_t::xform_cam_nrgb |
Referenced by cleanup_pipe(), commit_params(), init_pipe(), process_lcms2_bm(), and process_lcms2_proper().
cmsHTRANSFORM* dt_iop_colorin_data_t::xform_nrgb_Lab |
Referenced by cleanup_pipe(), commit_params(), init_pipe(), process_lcms2_bm(), and process_lcms2_proper().