Changes a wavelength into the effective RGB color
Namespace:
CoreDevices.GeneralsAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static Color getColorFromWaveLength( int Wavelength, int IntensityMax ) |
Visual Basic (Declaration) |
---|
Public Shared Function getColorFromWaveLength ( _ Wavelength As Integer, _ IntensityMax As Integer _ ) As Color |
Visual C++ |
---|
public: static Color getColorFromWaveLength( int Wavelength, int IntensityMax ) |
Parameters
- Wavelength
- Type: System..::.Int32
The wavelength in nm
- IntensityMax
- Type: System..::.Int32
The intensity of the resultant color. 0-255
Return Value
[Missing <returns> documentation for "M:CoreDevices.Generals.ColorConversions.getColorFromWaveLength(System.Int32,System.Int32)"]