View Single Post
Old 05-02-2013, 04:16 AM   #6
LCipher
Human being with feelings
 
LCipher's Avatar
 
Join Date: Apr 2008
Posts: 2,036
Default

Quote:
Originally Posted by MichaJo View Post
If you don't want to use converters you can do a little math:

R*256*256 + G*256 + B

Example:
R 38
G 38
B 36

38*256*256 + 38*256 + 36

2490368 + 9728 + 36 = 2500132
That's what I THOUGHT it would be. I used PAINT.NET to get the HEX of the RGB and then converted to dec, but the color that showed up in the theme did not match what I selected. I selected a light gray, and the color came out a dusty pink.


Also, is there a list of what all the colors go to? Some are pretty cryptically named.... I know there is a list of image/elements on the WALTER sdk page, is there on for colors?

.

Last edited by LCipher; 05-02-2013 at 04:44 AM.
LCipher is offline   Reply With Quote