need some help with this one. I have some reflectance values for a colour and need to convert these to L* a* b* C* h values.
I have found some visual basic source that claims to do this but I have no knowledge of visual basic to convert it into C sharp.
Anyone able to help?
http://www.vbforums.com/showthread.php?p=821074
Sample Data
Reflectance Values : 0.35380, 0.44130, 0.50230, 0.51650, 0.52210, 0.52780, 0.53110, 0.53350, 0.53630, 0.53900, 0.54130, 0.54330, 0.54500, 0.54630, 0.54690, 0.54680, 0.54640, 0.54710, 0.54940, 0.55240, 0.55330, 0.55250, 0.55200, 0.55190, 0.55220, 0.55310, 0.55260, 0.55340, 0.55500, 0.55540, 0.55400
I have managed to answer my own question!