From 97093a84c81827b540e7de637b52cf5466c056fc Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 6 Jun 2013 01:20:04 +0000 Subject: first draft --- hsv2rgb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hsv2rgb.h') diff --git a/hsv2rgb.h b/hsv2rgb.h index 9851ca0..1cacf20 100644 --- a/hsv2rgb.h +++ b/hsv2rgb.h @@ -18,6 +18,6 @@ #ifndef __HSV2RGB_H #define __HSV2RGB_H -int hsv2rgb(uint8_t *r, uint8_t *g, uint8_t *b, float h, float s, float v); +void hsv2rgb(float *r, float *g, float *b, float h, float s, float v); #endif -- cgit v1.2.3