summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2019-11-04 21:30:21 +1300
committerDavid Phillips <david@yeah.nah.nz>2019-11-04 21:32:01 +1300
commit811f2873b0a493b9990f0fc10c8317b9458d08f5 (patch)
tree21243c23f29212bfa50452092f2057abe50f1705
parentf32421d1aff1094c789b7c5b2e84507b0b910c2f (diff)
downloadled-lamp-811f2873b0a493b9990f0fc10c8317b9458d08f5.tar.xz
Adjust colours
Colours taken from MCAD materials
-rw-r--r--led-light.scad6
1 files changed, 3 insertions, 3 deletions
diff --git a/led-light.scad b/led-light.scad
index cc71ce7..0e06c3f 100644
--- a/led-light.scad
+++ b/led-light.scad
@@ -167,9 +167,9 @@ module heatsink_style_pins(d, h, bt) {
/* diffuser */
diffuser(d=90, h=3, standoff_h=50,
- diff_col=[0.8, 0.8, 0.8, 0.7], /* temporarily set opacity down */
- bolt_col=[0.6, 0.6, 0.6],
- standoff_col=[0.6, 0.6, 0.3]);
+ diff_col=[0.95, 0.95, 0.95, 0.7],
+ bolt_col=[0.65, 0.67, 0.72],
+ standoff_col=[0.88, 0.78, 0.5]);
}
}