Top "Cielab" questions

In CIE LAB, LAB stands for Lightness, position between red and green, and position between yellow and blue.

What are the ranges of coordinates in the CIELAB color space?

I have the following piece of code: public List<Tuple<double, double, double>> GetNormalizedPixels(Bitmap image) { …

colors range rgb cielab