Skip to content
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

Documentation issue to fix.. #85

Open
krs-world opened this issue Nov 12, 2022 · 0 comments
Open

Documentation issue to fix.. #85

krs-world opened this issue Nov 12, 2022 · 0 comments

Comments

@krs-world
Copy link
Contributor

On this page:
https://bridgesuncc.github.io/doc/python-api/current/html/classbridges_1_1color_1_1_color.html

The examples for creating Color objects display like this:

Examples
>>> my_color = Color("red") >>> my_color.rgba (255, 0, 0, 1.0) >>> my_color = Color(r=255) >>> my_color.rgba (255, 0, 0, 1.0) >>> my_color = Color(255, 0, 0) >>> my_color.rgba (255, 0, 0, 1.0) >>> my_color = Color() >>> my_color.red = 255 >>> my_color.rgba (255, 0, 0, 1.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant