Searched refs:floatColors (Results 1 – 1 of 1) sorted by relevance
513 float* floatColors = env->GetFloatArrayElements(fColor, 0); in nativeSetColor() local514 half3 color(floatColors[0], floatColors[1], floatColors[2]); in nativeSetColor()