On the Subject of RGB Logic

The colors, Duke! The colors!

When the module activates, the two small screens on the sides of the module will each show a 4×4 grid of squares.
The grids each have eight squares of each RGB colour channel. These channels additively mix if they overlap.

The screen will display a logical statement with two letters:

  • The first letter refers to the left screen.
  • The second letter refers to the right screen.
  • Each square returns true if its colour contains the primary colour indicated by the letter and returns false otherwise.

Select all the squares in the middle grid whose corresponding squares in the other two grids satisfy the displayed condition.
Avoid selecting any squares that fail the displayed condition.

Appendix: Logical Symbols

SymbolLogic GateOperation
ABA ⋆ B
ANDFFF
FTF
TFF
TTT
ORFFF
FTT
TFT
TTT
XORFFF
FTT
TFT
TTF
SymbolLogic GateOperation
ABA ⋆ B
NANDFFT
FTT
TFT
TTF
NORFFT
FTF
TFF
TTF
XNORFFT
FTF
TFF
TTT