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

Select multiple rgb values with and and not or #324

Open
Jeremy5909 opened this issue Sep 19, 2023 · 1 comment
Open

Select multiple rgb values with and and not or #324

Jeremy5909 opened this issue Sep 19, 2023 · 1 comment

Comments

@Jeremy5909
Copy link

Lets say I wanted to make some fog atom that fades away slowly and I want it to go from white->grey->black. If I do
rgb(0-255,0-255,0-255) to that same thing with the hexagon subtracting, it will do it for every color possible. How can I limit it to only 0-255,0-255,0-255 only when its together and not individual if that makes sense. Sorry I am not good with words but I hope it makes sense.

@TeraByte-Official
Copy link

You could just put all the monochrome cells into a bundle. It's pretty inefficient, but it's all we have for now.

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

2 participants