file summary improvements and tweaks

This commit is contained in:
Adrian Mariano
2022-04-21 00:26:20 -04:00
parent 5c4032f054
commit 9433b05a65
22 changed files with 45 additions and 28 deletions

View File

@@ -1,10 +1,12 @@
//////////////////////////////////////////////////////////////////////
// LibFile: color.scad
// HSV and HSL conversion, and raindow module for coloring multiple objects.
// HSV and HSL conversion, raindow() module for coloring multiple objects.
// The recolor() and color_this() modules allow you to change the color
// of previously colored attachable objects.
// Includes:
// include <BOSL2/std.scad>
// FileGroup: Basic Modeling
// FileSummary: HSV and HSL conversion, color multiple objects
// FileSummary: HSV and HSL conversion, color multiple objects, change color of objects
// FileFootnotes: STD=Included in std.scad
//////////////////////////////////////////////////////////////////////