summaryrefslogtreecommitdiff
path: root/ColorSpacesConversions.h
blob: e6ec9619bbd1a97fc6a35b0a8931fe046d3f2b12 (plain)
1
2
3
4
5
6
7
8
9
//---------------------------------------------------------------------------

#ifndef ColorSpacesConversionsH
#define ColorSpacesConversionsH
//---------------------------------------------------------------------------
void HSLfromRGB(unsigned char* cHSL,unsigned char* cRGB);
void RGBfromHSL(unsigned char* cRGB,unsigned char* cHSL);
//---------------------------------------------------------------------------
#endif