Exploring the Visible Spectrum in Python
codedrome.com
Exploring the Visible Spectrum in Python
1–10 of 25 posts
Re: Exploring the Visible Spectrum in Python
#2There was entirely to much text and code for me to bother reading it all and see if it actuallt does somethig more...
Re: Exploring the Visible Spectrum in Python
#3So this just draws all possible colours that can be visualised? There was entirely to much text and code for me to bother reading it all and see if it actuallt does somethig more...
Seems a little lean on the color science front. colour-science.org could have done all of this, with much greater focus on the science.
Re: Exploring the Visible Spectrum in Python
#4I still remeber when I first realized that white color from the pc-monitor is not white.
Re: Exploring the Visible Spectrum in Python
#5So this just draws all possible colours that can be visualised? There was entirely to much text and code for me to bother reading it all and see if it actuallt does somethig more...
Nothing can currently, without a display that was fully spectral, and that doesn’t exist. Seems a little lean on the color science front. colour-science.org could have done all of this, with much greater focus on the science.
Re: Exploring the Visible Spectrum in Python
#6It shows three wavelengths correct atleast :P I still remeber when I first realized that white color from the pc-monitor is not white.
The best I can do, having studied Color Science at RIT, is that white is any spectral power distribution a person identifies as white. Yes, it’s a circular definition.
The topic is deeper than it might seem. I can put someone in a room and show them a color they would swear to be white. And then, in an instant, I can change that color by changing the surround, what you see peripherally. It’s freaky.
Re: Exploring the Visible Spectrum in Python
#7So this just draws all possible colours that can be visualised? There was entirely to much text and code for me to bother reading it all and see if it actuallt does somethig more...
Nothing can currently, without a display that was fully spectral, and that doesn’t exist. Seems a little lean on the color science front. colour-science.org could have done all of this, with much greater focus on the science.
Re: Exploring the Visible Spectrum in Python
#8It shows three wavelengths correct atleast :P I still remeber when I first realized that white color from the pc-monitor is not white.
It’s better than that. There isn’t a single definition for white. Perhaps someone has one. The best I can do, having studied Color Science at RIT, is that white is any spectral power distribution a person identifies as white. Yes, it’s a circular definition. The topic is deeper than it might seem. I can put someone in a room and show them a color they would swear to be white. And then, in an instant, I can change tha…
Re: Exploring the Visible Spectrum in Python
#9There's also something odd to me about how one chart appears to be polynomial and the other linear.
Lastly the mapping of RGB value to the frequency on the chart is inconsistent between the two charts. In the first we see 255,0,0 at ~480THz and in the second at over 500THz
In short, neat concept but I think the output needs a little validation.
Re: Exploring the Visible Spectrum in Python
#10Earlier quoted context omitted.
Nothing can currently, without a display that was fully spectral, and that doesn’t exist. Seems a little lean on the color science front. colour-science.org could have done all of this, with much greater focus on the science.
No. We are not display-bound. There are tunable lasers and optical parametric oscillators commercially available that will output a specific frequency under computer control, throughout the visible spectrum. There are also frequency comb laser devices that emit a picket fence of frequencies, spanning the visible spectrum, each with a precisely known frequency. Tunable laser sources exist from the far infrared to the…