Click or drag to resize

IMcDye Interface

An interface implemented by McDye.

Namespace:  MediaCy.IQL.Microscopy.Info
Assembly:  MediaCy.IQL.Microscopy.Info (in MediaCy.IQL.Microscopy.Info.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcDye

The IMcDye type exposes the following members.

Properties
  NameDescription
Public propertyDescription
The optional description of this dye.
Public propertyDisplayWavelength
The display wavelength of this dye.
Public propertyEmissionWavelength
The primary emission wavelength of this dye.
Public propertyExcitationWavelength
The excitation wavelength of this dye.
Public propertyName
The name of this dye.
Public propertySpectrumCount
The size of the spectral data for this dye.
Public propertyTint
The tint used for display of this dye.
Top
Methods
  NameDescription
Public methodApplyProperties
Apply the dye properties.
Public methodCode exampleApplyTint
Apply the dye tint, and optionally, properties.
Public methodCreateTint
Create an McPseudoColor based on the dye tint.
Public methodExportSpectrum
Exports spectral data from file
Public methodGetSpectrum
Gets the spectral data for this dye, returning the number of frequencies for which there is spectral data
Public methodImportSpectrum
Imports spectral data from file
Public methodRemoveProperties
Remove the dye properties.
Public methodCode exampleRemoveTint
Remove the dye tint, and optionally, properties.
Public methodSetSpectrum
Sets the spectral data for this dye
Public methodUpdateToFile
Saves the dye to a dye file
Top
See Also