Click or drag to resize

ApplyDye Class

Apply dye's properties to the image or image set.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.ImageApplyDye

Namespace:  MediaCy.Commands.Image
Assembly:  MediaCy.Addins.ColorComposite (in MediaCy.Addins.ColorComposite.dll) Version: 3.1.0.0
Syntax
VB
Public Class ApplyDye
	Inherits OneInputCommand(Of Object)

The ApplyDye type exposes the following members.

Constructors
  NameDescription
Public methodApplyDye
Initializes a new instance of the ApplyDye class
Public methodApplyDye(String)
Initializes a new instance of the ApplyDye class
Public methodApplyDye(McCommand)
Initializes a new instance of the ApplyDye class
Top
Properties
  NameDescription
Public propertyDyeName
Dye name from the application dye's collection.
Public propertyEmissionWavelength
Emission wavelength.
Public propertyExcitationWavelength
Excitation wavelength.
Public propertyLocation
Image set location.
Public propertyTintColor
Display tint color.
Top
Methods
  NameDescription
Public methodIsPropertyActive (Overrides McCommandExtended.IsPropertyActive(String).)
Top
Remarks