Searched refs:mHue (Results 1 – 3 of 3) sorted by relevance
44 public float mHue = 0; // only in Mode 4 field in ColorExpression60 mOutHue = mHue = hue; in ColorExpression()70 mOutHue = mHue = hue; in ColorExpression()83 mOutHue = mHue = Float.intBitsToFloat(color1); in ColorExpression()99 if (Float.isNaN(mHue)) { in updateVariables()100 mOutHue = context.getFloat(Utils.idFromNan(mHue)); in updateVariables()124 if (Float.isNaN(mHue)) { in registerListening()125 context.listensTo(Utils.idFromNan(mHue), this); in registerListening()178 return "ColorExpression[" + mId + "] = hsv (" + Utils.floatToString(mHue) in toString()
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()