Searched refs:nightValues (Results 1 – 1 of 1) sorted by relevance
219 private float[] scaleValues(float[] identityMatrix, float[] nightValues, float amount) { in scaleValues() argument222 values[i] = MathUtils.lerp(identityMatrix[i], nightValues[i], amount); in scaleValues()