LDraw.org Discussion Forums

Full Version: Color Parsing problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, again.
When Try parsing 3626bps5.dat my program stop work on this line: 

Quote:4 0x2995220 1.85 7.17 -12.632 1.37 7.41 -12.728 2.33 8.34 -12.537 2.71 8.1 -12.461
How This hexadecimal value 0x2995220 should be translated !? ... Or ... it is bug.
(2017-07-24, 7:46)Jarema Wrote: [ -> ]Hi, again.
When Try parsing 3626bps5.dat my program stop work on this line: 

Quote:4 0x2995220 1.85 7.17 -12.632 1.37 7.41 -12.728 2.33 8.34 -12.537 2.71 8.1 -12.461
How This hexadecimal value 0x2995220 should be translated !? ... Or ... it is bug.

0x2995220 is an opaque color with RGB value x'995220'

Check this thread for more information:  https://forums.ldraw.org/archive/index.p...-7660.html

Kevin
Jarema, could you have a look at this thread, about LIC? https://forums.ldraw.org/thread-22234-po...l#pid25769
See also specification 
http://www.ldraw.org/article/218.html#colours
(Direct colors)