Searched refs:eHue (Results 1 – 2 of 2) sorted by relevance
207 float eHue = 0.25f * (float) (Math.cos(huePrime * Math.PI / 180.0 + 2.0) + 3.8); in fromIntInFrame() local208 float p1 = 50000.0f / 13.0f * eHue * frame.getNc() * frame.getNcb(); in fromIntInFrame()292 float eHue = 0.25f * (float) (Math.cos(hRad + 2.0) + 3.8); in viewed() local295 float p1 = eHue * (50000.0f / 13.0f) * frame.getNc() * frame.getNcb(); in viewed()
614 double eHue = 0.25 * (Math.cos(hueRadians + 2.0) + 3.8); in findResultByJ() local615 double p1 = eHue * (50000.0 / 13.0) * viewingConditions.getNc() in findResultByJ()