ApplyDyeRun Method
|
|
Applies Dye to image
Namespace:
MediaCy.Addins.SystemSettings.Commands
Assembly:
MediaCy.Addins.SystemSettings (in MediaCy.Addins.SystemSettings.dll) Version: 3.1.0.0
SyntaxPublic Overridable Sub Run (
image As Object,
dye As McDye
)
Parameters
- image
- Type: SystemObject
Image, ImageSet or Document - dye
- Type: MediaCy.IQL.Microscopy.InfoMcDye
dye to apply
RemarksIf the input is ImageSet the dye is applied to the active channel.
See Also