If I have a color code such as "8095010" and I wanted to find out what color that it looks like when you actually see it. How would I find out?
If I have a color code such as "8095010" and I wanted to find out what color that it looks like when you actually see it. How would I find out?
Inputting in the DTM editor works.
![]()
Creds to DannyRS for this wonderful sig!
in your script, do:
ColorToRGB(....);
writeln(R);
writeln(G);
writeln(B);
check it in any program you like or just google the RGB values. A "color code" is also know as a Win32 Colorref if you want it in other languages: http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx
Edit:
As pointed out above, you can use dtm editor. I never knew that![]()
I am Ggzz..
Hackintosher
There are currently 1 users browsing this thread. (0 members and 1 guests)