HELP~~ Converting Lab color value to RGB value
-
Hi all, I have to make a library to convert the Color from Lab value to RGB value. However, it requires an algorithms to do so. I read some documents, it mentioned that the steps should be 1. Lab -> XYZ 2. XYZ -> RGB I really have no idea what the calculation should be. I hope to fine some example from here, as I think some of the experts must have done the same things, or have this experience. Could you please provide me some examples? Thanks Thanks ...
-
Hi all, I have to make a library to convert the Color from Lab value to RGB value. However, it requires an algorithms to do so. I read some documents, it mentioned that the steps should be 1. Lab -> XYZ 2. XYZ -> RGB I really have no idea what the calculation should be. I hope to fine some example from here, as I think some of the experts must have done the same things, or have this experience. Could you please provide me some examples? Thanks Thanks ...
-
Hi all, I have to make a library to convert the Color from Lab value to RGB value. However, it requires an algorithms to do so. I read some documents, it mentioned that the steps should be 1. Lab -> XYZ 2. XYZ -> RGB I really have no idea what the calculation should be. I hope to fine some example from here, as I think some of the experts must have done the same things, or have this experience. Could you please provide me some examples? Thanks Thanks ...
giyf http://en.wikipedia.org/wiki/Lab_color_space[^]
Need a C# Consultant? I'm available.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway -
Hi all, I have to make a library to convert the Color from Lab value to RGB value. However, it requires an algorithms to do so. I read some documents, it mentioned that the steps should be 1. Lab -> XYZ 2. XYZ -> RGB I really have no idea what the calculation should be. I hope to fine some example from here, as I think some of the experts must have done the same things, or have this experience. Could you please provide me some examples? Thanks Thanks ...
-
Maybe this CodeProject article[^] will help. :)
Luc Pattyn [Forum Guidelines] [My Articles]
This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.