IMcCompositeHostSourceLookupTable Property
|
|
One Source McLookupTables operator or an array of all Source
MLookupTables operators.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxProperty SourceLookupTable (
Optional lSourceIndex As Integer = -1
) As Object
Get
Set
Parameters
- lSourceIndex (Optional)
- Type: SystemInt32
Index of the source of interest, or -1 for all sources.
Property Value
Type:
Object
RemarksEach source has an associated McLookupTables operator instance. A
default SourceLookupTable is created for each added source, so you generally
will not need to assign to this property. Instead, just access the
SourceLookupTable(SourceIndex) and set the McLookupTables.Item(0)
McLookupTable's properties as you desire for the source.
If for some reason you do need to assign your own McLookupTables instance to the
he McColorComposite.GetMcLookupTablesForSources method will produce an
appropriate McLookupTables operator for any given source.
When assigned to, the lookup tables are initialized to a copy of the
McImage.LookupTables for the assigned source channel. This assignment happens
automatically when a McImageSet is assigned as the SourceImageSet of any
McCompositeHost (with the mcchsfTrackSourceImageSet Status flag set).
This property is exposed and assigned to as a scalar Object or an
array thereof.
See Also