cmsEstimateGamma 1173 include/lcms2.h CMSAPI cmsFloat64Number CMSEXPORT cmsEstimateGamma(const cmsToneCurve* t, cmsFloat64Number Precision); cmsEstimateGamma 480 src/cmsps2.c gamma = cmsEstimateGamma(Table, 0.001); cmsEstimateGamma 2384 testbed/testcms2.c cmsFloat64Number est = cmsEstimateGamma(c, 0.001); cmsEstimateGamma 5040 testbed/testcms2.c if (!IsGoodVal("VCGT R", cmsEstimateGamma(PtrCurve[0], 0.01), 1.1, 0.001)) return 0; cmsEstimateGamma 5041 testbed/testcms2.c if (!IsGoodVal("VCGT G", cmsEstimateGamma(PtrCurve[1], 0.01), 2.2, 0.001)) return 0; cmsEstimateGamma 5042 testbed/testcms2.c if (!IsGoodVal("VCGT B", cmsEstimateGamma(PtrCurve[2], 0.01), 3.4, 0.001)) return 0; cmsEstimateGamma 1143 testbed/testplugin.c if (cmsEstimateGamma(Data->TheCurves[0], 0.1) > 1.0) return FALSE;