mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
Add ColorLike and update Color overloads accordingly
- add css3 color support through webcolors - replace color_tuple - restructure input branching
This commit is contained in:
parent
f59f127b19
commit
377ec3a40b
3 changed files with 213 additions and 87 deletions
|
|
@ -47,6 +47,7 @@ dependencies = [
|
|||
"trianglesolver",
|
||||
"sympy",
|
||||
"scipy",
|
||||
"webcolors ~= 24.8.0",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue