IMcDyeRemoveTint Method |
![]() |
Namespace: MediaCy.IQL.Microscopy.Info
Sub RemoveTint ( ImageOrFrame As Object, Optional RemoveProperties As Boolean = true )
' load the dyes collection Dyes.Path = "C:\IPWin51\Documents and Settings" ' if there's an active image, apply the Alexa 568 dye tint and properties If Not ThisApplication.ActiveImage Is Nothing Then Dyes("Alexa 568").ApplyTint ActiveImage, True End If