
Originally Posted by
Produst
Prolly maple colors are wrong.. fix ?
You can add more colours, go to line 166:
Simba Code:
Colours := [Colour(1581098, 2, 0.27, 0.15), Colour(1711919, 1, 0.20, 0.77)];
add another colour to that, it goes Colour(Color, Tol, Hue, Sat); so say you have a colour that is 123 with tolerance 4 hue 0.5 and sat 0.6 you just change it to:
Simba Code:
Colours := [Colour(1581098, 2, 0.27, 0.15), Colour(1711919, 1, 0.20, 0.77), Colour(123, 4, 0.5, 0.6)];
Make sure you only get the colour of the brown tree though, not the red leaves...