| Free download Wavelength 1.3  
 
 
 Wavelength 1.3 web development, java & javascript software developed by Canadian Mind Products. The license of this  web development, java & javascript software is freeware, the price is 0.00, you can free download and get a free trial before you buy a license or registration. All Wavelength 1.3 download links are direct Wavelength full download from Canadian Mind Products site or their selected mirrors. 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 = Wavelength.fColor( 500.0f, 1.0f );
 The visible range of the spectrum is 384..789 TeraHertz.
 Smaller is redder.
 
 Wavelength does not do much on its own. It is intended to be
 incorporated into your own programs.
 
 You might use it to draw a realistic rainbow, or to write
 educational Applets about the light spectrum.
 
 Keywords: wavelength, Color, gamma, frequency, hue, specturm, rainbow, rgb, hsb, Freeware, Web Development, Java & JavaScript, Canadian Mind Products, Wavelength Recent Changes: slight correction to speed of light Install Support: No Install Support Supported Languages: English Additional Requirements: Java 1.5+ 
 |