Searched refs:circularInterpolate (Results 1 – 1 of 1) sorted by relevance
614 outResult[0] = circularInterpolate(hsl1[0], hsl2[0], ratio); in blendHSL()641 static float circularInterpolate(float a, float b, float f) { in circularInterpolate() method