Searched refs:fgL (Results 1 – 2 of 2) sorted by relevance
50 float fgL = 0.2126f * fgR + 0.7152f * fgG + 0.0722f * fgB; in computeContrastBetweenColors() local52 return Math.abs((fgL + 0.05f) / (bgL + 0.05f)); in computeContrastBetweenColors()
327 float fgL = 0.2126f * fgR + 0.7152f * fgG + 0.0722f * fgB; in computeContrastBetweenColors() local329 return Math.abs((fgL + 0.05f) / (bgL + 0.05f)); in computeContrastBetweenColors()