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