I added spotcolor below lab so it also show those. Could be useful for others. It basically shows the same values as LAB, but more people use PMS colors, then this is handy
case "SPOTColor": sourceSpace = ImageColorSpace.LAB; colorComponents=[c.l,c.a,c.b]; break;
I added spotcolor below lab so it also show those. Could be useful for others. It basically shows the same values as LAB, but more people use PMS colors, then this is handy
case "SPOTColor": sourceSpace = ImageColorSpace.LAB; colorComponents=[c.l,c.a,c.b]; break;