Click or drag to resize

IMcColorComposite Interface

An interface implemented by McColorComposite.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcColorComposite

The IMcColorComposite type exposes the following members.

Methods
  NameDescription
Public methodCode exampleDoComposite
Combines multiple source images into a false-color composite destination image.
Public methodCode exampleFreeCaches
Frees cached intermediate results for one or more sources.
Public methodCode exampleGetLutsFromMcLookupTables
Returns an array of Single (float) LUT's given an array of McLookupTables instances.
Public methodCode exampleGetMcLookupTablesForSources
Returns an array of McLookupTables instances given an array of source images.
Public methodCode exampleGetSourcesInfo
Returns information about multiple source images.
Top
See Also