Turn cube with mouse or touch. Cube represents 16x16x16 color combinations. Code computes a RGB number for each voxel (3D pixel) and where it lies as a xyz point, and translates to the xy points on our 2D screen.
This cube is a standard model of how computers use code to generate a range of colors as combinations of red, green, and blue (RGB). Pixels on your 2D screen represent color as well as 3D space (so represent 4 dimensions in "property space"). Extends our 2D color panels: https://scratch.mit.edu/projects/420554322/ https://lifepatternsemerging.com/colors/