This commit is contained in:
Pankaj Bhojwani 2021-09-03 09:35:43 -07:00
parent 384bf498f1
commit 9f9af2eb94

View file

@ -284,7 +284,6 @@ ColorFix::ColorFix(const ColorFix& color)
// - Reference: http://www.easyrgb.com/index.php?X=MATH&H=01#text1
void ColorFix::_ToLab()
{
//dE00::RGBToLAB(r, g, b, L, A, B);
double var_R = r / 255.0;
double var_G = g / 255.0;
double var_B = b / 255.0;