WavelengthSpectrumNode¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery-phet/blob/main/js/WavelengthSpectrumNode.ts for the most up-to-date information.
Overview¶
WavelengthSpectrumNode displays a rectangle of the visible spectrum.
@author Chris Malley (PixelZoom, Inc.) @author Sam Reid (PhET Interactive Simulations)
Class WavelengthSpectrumNode¶
Constructor¶
new WavelengthSpectrumNode( providedOptions? : WavelengthSpectrumNodeOptions )¶
Instance Methods¶
Type WavelengthSpectrumNodeOptions¶
- minWavelength?: number
- maxWavelength?: number
- & StrictOmit<SpectrumNodeOptions, "minValue" | "maxValue">
Source Code¶
See the source for WavelengthSpectrumNode.ts in the scenery-phet repository.