-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Black is the new white? #727
Comments
If I use Color, everything renders as white... |
Ah - apparently that's what happens if you do It might be helpful to issue a warning if that's not too painful. |
Or just turn it into a |
In ocp_vscode the internal Color class imported from ocp-tessellate differentiates between int and float: The build123d Color class treats them as the same. If you just use the tuples, the internal Color class is used. |
I've added a tuple as a valid input to the Color class. |
Pure white objects display as black, at least on my Mac!
Apologies for the slightly elaborate example, it was code I had to hand. c1 displays black and f1 white.
The text was updated successfully, but these errors were encountered: