Visualizing colors from a given spectrum

Explanation

A small utility program in Python (pygame + numpy) to visualize the connection between spectrum and colors, executed in browser using pyodide.

The conversion from spectrum to color is taken from this Blogpost that is also a very nice explanation on the subject.

Usage

The left side shows a spectrum from 380 nm to 781 nm wave length with a 5 nm step.
The right side shows the resulting color from this spectrum.

Changing the spectrum

The right side shows the resulting color from this spectrum.
The right side shows the resulting color from this spectrum.

For more information view the code on GitHub!