Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
The blend mode "overwrite" that we already have is equivalent to "or" - for each fat wire channel, the the result is the signal of greatest absolute value from all of the input wires on that channel. The icon for "overwrite" even gives you a hint of this - it's an OR gate symbol.
But it would indeed be nice to have other logic operations as blend modes. "And" shouldn't be any more computationally expensive than "or" - the only difference is that it takes the signal of least absolute value from each fat wire channel instead of greatest absolute value.