Some more work on HLS colors. Broken...

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@347 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-11-15 22:43:12 +00:00
parent 48979bf251
commit a60b2bfd01
3 changed files with 66 additions and 4 deletions

1
op_c.h
View File

@@ -148,6 +148,7 @@ byte TC_Get(Table_conversion * t,int r,int v,int b);
void TC_Set(Table_conversion * t,int r,int v,int b,byte i);
void rgb2hl(int r, int v,int b, byte* h, byte*l, byte* s);
void HLStoRGB(byte h, byte l, byte s, byte* r, byte* g, byte* b);
/////////////////////////////////////////////////////////////////////////////