3D Ontwerp Library – OpenSCAD Color Library (visibone)
Informatie (ENG):
Colors!
Based upon the Visibone color nomenclature, this library contains 216 colors – enough to color the most detailed OpenSCAD model!
If you like this library and do web development, buy one of the excellent Visibone timesavers athttp://www.visibone.com.
I’m not affiliated with Visibone, but have been a satisfied customer since 2004!
Instructions:
Depending upon your version of OpenSCAD, use one of the following to include it:
- <path/to/visibonecolors.scad>
- use <path/to/visibonecolors.scad>
- include <path/to/visibonecolors.scad>
Once included, have some fun!
Make a Dark Magenta Violet sphere:
color(DMV) sphere(5);
See the help:
visibonecolorshelp();
Run the test (best from within visibonecolors.scad):
visibonecolorstest();
NOTE: the colors are only visible when Compiled. They disappear when Compiled and Rendered.
[#/3dprinter/library_scad/openscad_color_library” ]