RGB to LAB conversion
Hello. I started scripting in Photoshop a month ago so I am not completely aware of all the concepts. If I create a SolidColor object and assign RGB values to it, then get the lab colors of this object, how is the conversion performed? Basically I am trying to obtain the same LAB values in Python for an RGB color, and I want my converted L, A and B values to be the same as the ones in Photoshop. How can I perform the same conversion in Photoshop?
