Expose hsv2rgb as internally public function.

PiperOrigin-RevId: 928464175
Change-Id: I57ef75f28663b0da89b9af7bf730d82b965093bf
This commit is contained in:
Haroon Qureshi
2026-06-08 03:42:32 -07:00
committed by Copybara-Service
parent a36758c26b
commit 543165a6cc
+1 -1
View File
@@ -69,7 +69,7 @@ int mjv_catenary(const mjtNum x0[3], const mjtNum x1[3], const mjtNum gravity[3]
mjtNum* catenary, int ncatenary);
// convert HSV to RGB
void hsv2rgb(float *RGB, float H, float S, float V);
MJAPI void hsv2rgb(float *RGB, float H, float S, float V);
#ifdef __cplusplus
}