Searched refs:getFl (Results 1 – 2 of 2) sorted by relevance
163 float rAF = (float) Math.pow(frame.getFl() * Math.abs(rD) / 100.0, 0.42); in fromIntInFrame()164 float gAF = (float) Math.pow(frame.getFl() * Math.abs(gD) / 100.0, 0.42); in fromIntInFrame()165 float bAF = (float) Math.pow(frame.getFl() * Math.abs(bD) / 100.0, 0.42); in fromIntInFrame()303 float rC = Math.signum(rA) * (100.0f / frame.getFl()) * (float) Math.pow(rCBase, in viewed()306 float gC = Math.signum(gA) * (100.0f / frame.getFl()) * (float) Math.pow(gCBase, in viewed()309 float bC = Math.signum(bA) * (100.0f / frame.getFl()) * (float) Math.pow(bCBase, in viewed()
98 float getFl() { in getFl() method in Frame