Expose hsv2rgb as internally public function.
PiperOrigin-RevId: 928464175 Change-Id: I57ef75f28663b0da89b9af7bf730d82b965093bf
This commit is contained in:
committed by
Copybara-Service
parent
a36758c26b
commit
543165a6cc
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user