Searched refs:colorTemperature (Results 1 – 1 of 1) sorted by relevance
630 double colorTemperature = calculateColorTemperature(xy[0], xy[1]); in findDngInterpolationFactor() local632 if (colorTemperature <= lower) { in findDngInterpolationFactor()634 } else if (colorTemperature >= upper) { in findDngInterpolationFactor()637 double invCT = 1.0 / colorTemperature; in findDngInterpolationFactor()655 Log.d(TAG, "xy color temperature: " + colorTemperature); in findDngInterpolationFactor()