WavelengthSpectrumNode¶
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.