Searched refs:hue (Results 1 – 2 of 2) sorted by relevance
34 public static float hue(int argb) { in hue() method in ColorUtils
177 float hueDiff = Math.abs(ColorUtils.hue(background) - ColorUtils.hue(c)); in evaluateLightStatusBarBitmap()