LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a PANTONE color menu just like Adobe Illustrator

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!

2595.jpg

0 Kudos
Message 1 of 3
(1,771 Views)

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.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 3
(1,708 Views)

I'd probably end up with a picture control.

 

The code wouldn't be that different from a 2D array.

0 Kudos
Message 3 of 3
(1,674 Views)