IMcCompositeHostExecuteComposite Method
|
|
Execute the current composite.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxFunction ExecuteComposite (
Optional ExecuteFlags As mcCompositeHostExecuteFlags = mcCompositeHostExecuteFlags.mccchefDefault
) As McImage
Parameters
- ExecuteFlags (Optional)
- Type: MediaCy.IQL.OperationsmcCompositeHostExecuteFlags
Flags to control optional aspects of the color compositing
process. Currently only one flag (mcchefAddToSourceImageSet) is defined.
However, the Status property has a number of flag bits that affect the
created image.
Return Value
Type:
McImageThe composited destination image.
RemarksThe created image will be un-named, non-visible and not part of the Images
collection.
See Also