Searched refs:mHue (Results 1 – 2 of 2) sorted by relevance
439 private Range<Float> mHue; field in Tonal.ColorRange444 mHue = hue; in ColorRange()450 if (!mHue.contains(h)) { in containsColor()462 mHue.getLower() + (mHue.getUpper() - mHue.getLower()) / 2f, in getCenter()470 return String.format("H: %s, S: %s, L %s", mHue, mSaturation, mLightness); in toString()
41 private final float mHue; field in Cam55 return mHue; in getHue()117 mHue = hue; in Cam()