heath_rezabek wrote:Ah, I understand.
I understand and respect the official striving for realism, and your views on fantasy space-art I've noted. That said, I would simply like to experiment. Where, then, is the coloration for The Milky Way set?
Respectful thanks,
- Heath
Look in the source code file
src/celengine/galaxy.cpp
in the method
void InitializeForms()
i.e. on line 627...632
The color is set in the HSV color basis and then transformed with the method hsv2rgb to the RGB color space. This has a number of advantages.
That's for the spirals. For elliptical galaxies, the color profile in line 627 is then simply stretched out (with a scale factor) , which makes them more orange. See line 664ff.
Bye Fridger