Storing color information?

N1c0_ds

Active Member
Licensed User
Is there a way to store a color as a variable? I want to save color information in a text file and then set it to a control at launch.

Any idea on how I could do that?
 

derez

Expert
Licensed User
Longtime User
Getting the color coordinates

Is there a way to get by code the color coordinates (R,G,B) of a color which is defined as a single (color) variable ?

for example - how do you know the RGB of cYellow ?

thanks
 
Top