1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-30 10:39:58 +02:00

Brass colour now distinct from gold.

This commit is contained in:
Chris Palmer
2020-02-24 18:15:20 +00:00
parent 2edb6d4df2
commit dcf258f11a
24 changed files with 2 additions and 1 deletions

View File

@@ -60,7 +60,8 @@ grey60 = [0.6, 0.6, 0.6];
grey70 = [0.7, 0.7, 0.7];
grey80 = [0.8, 0.8, 0.8];
grey90 = [0.9, 0.9, 0.9];
brass = [255/255, 215/255, 0/255];
gold = [255/255, 215/255, 0/255];
brass = [255/255, 220/255, 100/255];
silver = [0.75, 0.75, 0.75];
/*