Click or drag to resize

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
Syntax
VB
Public 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
Remarks
If the input is ImageSet the dye is applied to the active channel.
See Also