started working on no negative clipping

This commit is contained in:
Alberto Griggio
2018-02-19 16:31:30 +01:00
parent b37c94298c
commit 33e0c28789
6 changed files with 57 additions and 27 deletions

View File

@@ -97,6 +97,10 @@ private:
#ifdef __SSE2__
static vfloat hue2rgb(vfloat p, vfloat q, vfloat t);
#endif
static float computeXYZ2Lab(float f);
static float computeXYZ2LabY(float f);
public:
typedef enum Channel {