Searched defs:hue (Results 1 – 6 of 6) sorted by relevance
81 int hue = (int) hsv[0]; in findDominantColorByHue() local108 int hue = (int) hsv[0]; in findDominantColorByHue() local
109 double hue = Math.PI * 2 * (mDotX - mBorder) / (mHeight - 2 * mBorder); in onTouchEvent() local180 double hue = mHSVO[0]; in updateDot() local
180 double hue = mHSVO[0]; in updateDot() local
97 float hue = 360 * (x) / (float) w; in fillBitmap() local
43 public static float hue(int color) { in hue() method in MaterialColorMapUtils
149 public static float hue(int color) { in hue() method in MaterialColorMapUtils