Number formats
Posted: Sun Mar 04, 2007 5:28 pm
I don't understand how to manipulate the numbers in the code that are in a format like 0x0000
Example: I was trying to find some hues in insideUO, but insideUO uses hexidecimal based numbers.
In the code they are listed as
Blue = 0x0058
Gray = 0x03B2
Red = 0x0026
Orange = 0x0030
But goign through the list of hues in InsideUO shows tehre are no such numbers. In fact, it doesn't seem like any number uses a 0 to start past the x.
Example: I was trying to find some hues in insideUO, but insideUO uses hexidecimal based numbers.
In the code they are listed as
Blue = 0x0058
Gray = 0x03B2
Red = 0x0026
Orange = 0x0030
But goign through the list of hues in InsideUO shows tehre are no such numbers. In fact, it doesn't seem like any number uses a 0 to start past the x.