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

Document getAll() and setAll() #470

Closed
svgeesus opened this issue Mar 4, 2024 · 1 comment
Closed

Document getAll() and setAll() #470

svgeesus opened this issue Mar 4, 2024 · 1 comment

Comments

@svgeesus
Copy link
Collaborator

svgeesus commented Mar 4, 2024

Thanks for explaining getAll() and setAll() and providing an example. The online docs don't cover those functions. That solves my problem. Given your understandable lack of enthusiasm, I'll close this PR.

Is there an other way or place to ask questions before submitting a PR? I was looking for a way to set a Color instance's coordinates using a string, they way you can when you instantiate a Color. Is there a way to do that via some subset of the parse() function? The idea is to workaround new Color() because this is a library with no dependencies (like Color.js). I am working around it with new colorInstance.constructor() and passing in the string that way. But if there's a setAll() that parses already I'd love to know about it.

Thanks!

Originally posted by @sidewayss in #460 (comment)

@svgeesus
Copy link
Collaborator Author

svgeesus commented Mar 4, 2024

Dup of #463

@svgeesus svgeesus closed this as completed Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant