We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
colour
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
Ref: #618
Color parameters support colour.Color objects and also named colors. Can py5generator be expanded to include these in the type hints?
colour.Color
This would need to work if the optional libraries are not installed.
py5generator's CodeBuilder class would need to know to build extra type hints.
CodeBuilder
A good solution would also work for py5's shapely and trimesh integrations.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ref: #618
Color parameters support
colour.Color
objects and also named colors. Can py5generator be expanded to include these in the type hints?This would need to work if the optional libraries are not installed.
py5generator's
CodeBuilder
class would need to know to build extra type hints.A good solution would also work for py5's shapely and trimesh integrations.
The text was updated successfully, but these errors were encountered: