Wavelength 1.3
"define color given wavelength or frequency."
Version 1.3
|
Released: 11/27/2007
slight correction to speed of light
Wavelength 1.3
Wavelength creates Color objects given the wavelength or
the frequency of the light rather than the usual RGB or HSB.
instead of:
Color c = new Color(255, 0, 0);
use the frequency in nanometers, and gamma 0.0. .. 1.0.
(gamma is intensity/brightness.)
Color c = Wavelength.wvColor( 400.0f, 0.80f );
The visible range of the spectrum is 380..780 nanometers.
Smaller is bluer.
or using frequency in Terahertz and gamma 0.0. .. 1.0.
Color c = Wavelengt... [
read more]
Related software downloads for Wavelength 1.3