07-17-2021 06:11 PM
Hello everyone, I want to create a PANTONE color menu just like Adobe Illustrator, users can choose PANTONE colors through the list.
I have obtained the corresponding list of PANTONE and RGB, for example, PANTONE Yellow C corresponds to RGB (254,221,0)
What should I do, thank you!
07-18-2021 11:08 AM - edited 07-18-2021 11:08 AM
The brute-force method would be to start out by getting all the RGB values for every color and creating a 2D array out of them. I am not aware of any LabVIEW PANTONE tools.
07-19-2021 02:59 AM
I'd probably end up with a picture control.
The code wouldn't be that different from a 2D array.