In CIE LAB, LAB stands for Lightness, position between red and green, and position between yellow and blue.
I have the following piece of code: public List<Tuple<double, double, double>> GetNormalizedPixels(Bitmap image) { …