TodePond / CellPond

surreal cellular automata
https://cellpond.cool
MIT License
296 stars 36 forks source link

Select multiple rgb values with and and not or #324

Open Jeremy5909 opened 1 year ago

Jeremy5909 commented 1 year ago

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 commented 11 months ago

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