(2021-03-31, 11:47)Bertrand Lequy Wrote: note that some colors are not defined in LGEO.xml.
Yesterday, I had a problem with lavender color that was pink.
It occured that some lines were missing :
same goes for trans bright light green (color 35)Code:<Color>
<LDrawNumber>30</LDrawNumber>
<POVName>lg_medium_lavender</POVName>
<Dependency>LGColors</Dependency>
</Color>
<Color>
<LDrawNumber>31</LDrawNumber>
<POVName>lg_lavender</POVName>
<Dependency>LGColors</Dependency>
</Color>
Additionnaly, I switch this color from <217/255, 228/255, 167/255> to <179/255, 246/255, 37/255> in lg_color.inc and it looks more accurate (on my config)Code:<Color>
<LDrawNumber>35</LDrawNumber>
<POVName>lg_clear_bright_green</POVName>
<Dependency>LGColors</Dependency>
<IoR>lg_ior</IoR>
</Color>
None of those colors exist in the last LGEO release from Lutz Uhlmann, and so they are therefore not in LDView's LGEO.xml. So these changes go along with any other custom changes to LGEO.xml that are made to support parts added by other people.