-
Notifications
You must be signed in to change notification settings - Fork 238
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
[Feature] Poco.makeColor (or similar) #8
Comments
If there is interest in this addition, I have a patch. Let me know! |
Fair point. The native |
What if semantics of the proposed |
From Going back to the the docs, for A second There is an example of using
|
Ah! Thank you @phoddie for your patience and taking the time to clarify all of this (Sometimes my excitement and enthusiasm get ahead of me). |
@rwaldron, thanks for staying with the discussion. I will update the |
Right now the only way to make a
PocoPixel
value is to make an instance ofPoco
and call themakeColor
method. Since this value is non-this-sensitive, it would be great to be able to access the functionality as a static method ofPoco
. There is a precedent in the C code for this API, ie.PocoMakeColor(r, g, b)
.The text was updated successfully, but these errors were encountered: