On Sunday, 20 March 2022 19:05:18 EDT Torsten Paul wrote:
On 20.03.22 23:58, gene heskett wrote:
Does that mean it will be fixed in the next AppImage? Goody.
At this point, there's not even a ticket for the issue. I just
saw it when copying the message.
Well, being a moderated user, who gets to do that, as I sure can't.
ciao,
Torsten.
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
.
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
On 3/20/2022 8:37 AM, Adrian Mariano wrote:
Not really any difference between color() and color(undef).
color(c) can have c==undef, but cannot have c be missing.
On 3/20/2022 10:05 AM, gene heskett wrote:
Finding that lookup page in the docs is a many minute search thru the
otherwise excellent docs to find that page every time I want to use a
different color.
Is it the list of color names that you're looking for?
From the cheat sheet, clicking on the link for color() takes you to
https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Transformations#color
and there's a color table about 16 lines down.
On Sunday, 20 March 2022 20:48:39 EDT Jordan Brown wrote:
On 3/20/2022 10:05 AM, gene heskett wrote:
Finding that lookup page in the docs is a many minute search thru the
otherwise excellent docs to find that page every time I want to use a
different color.
Is it the list of color names that you're looking for?
From the cheat sheet, clicking on the link for color() takes you to
https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Transformations#colo
r and there's a color table about 16 lines down.
Thank you, that is the table I was looking for.
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
I'd agree on the color(undef) for removing a color. No other way to do
it if a library module colors something, or requires passing in a color.
Even if rare, it seems cheap.
Along the lines of "Help -> Font List", it would be nice to have "Help
-> Color List" too.
On 3/20/2022 5:48 PM, Jordan Brown wrote:
Is it the list of color names that you're looking for?
From the cheat sheet, clicking on the link for color() takes you to
https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Transformations#color
and there's a color table about 16 lines down.
On 3/23/2022 10:51 PM, Curt McDowell wrote:
Along the lines of "Help -> Font List", it would be nice to have "Help
-> Color List" too.
Help / Cheat Sheet / color / scroll down a few lines.