mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-24 16:16:55 +01:00
4 lines
163 B
C
4 lines
163 B
C
|
|
void RGBtoHSV(float fR, float fG, float fB, float *ofH, float *ofS, float *ofV);
|
|
void HSVtoRGB(float *ofR, float *ofG, float *ofB, float fH, float fS, float fV);
|