Propschick opened this issue on Dec 02, 2007 · 30 posts
kuroyume0161 posted Mon, 03 December 2007 at 10:47 AM
Not trying to be rude, but it is easier to explain the theory behind something like this (catch a fish and he will eat for a day, teach him to fish and he can eat for a lifetime). :)
You can use the Color Picker in almost any application (including Poser) to set the RGB values and see the results.
Type "HTML Color chart" into Google and you will get more than enough to use. The problem with HTML Color specification is that they are specified in Hexadecimal (FF00CC). Each pair represents the 0-255 value that I mentioned before - so 'FF' is 255 (R), '00' is 0 (G), and 'CC' is 204 (B). If you have Photoshop, you can open its Color Picker and enter the Hexadecimal value to get the RGB quite efficiently. There are probably little free programs that will do more out there (?).
C makes it easy to shoot yourself in the
foot. C++ makes it harder, but when you do, you blow your whole leg
off.
-- Bjarne
Stroustrup
Contact Me | Kuroyume's DevelopmentZone