Searched refs:bgG (Results 1 – 2 of 2) sorted by relevance
37 float bgG = Color.green(bg) / 255f; in computeContrastBetweenColors() local40 bgG = (bgG < 0.03928f) ? bgG / 12.92f : (float) Math.pow((bgG + 0.055f) / 1.055f, 2.4f); in computeContrastBetweenColors()42 float bgL = 0.2126f * bgR + 0.7152f * bgG + 0.0722f * bgB; in computeContrastBetweenColors()
314 float bgG = Color.green(bg) / 255f; in computeContrastBetweenColors() local317 bgG = (bgG < 0.03928f) ? bgG / 12.92f : (float) Math.pow((bgG + 0.055f) / 1.055f, 2.4f); in computeContrastBetweenColors()319 float bgL = 0.2126f * bgR + 0.7152f * bgG + 0.0722f * bgB; in computeContrastBetweenColors()