Click or drag to resize

ColorCompositeCommands Class

Provides a set of colorcomposite related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.AdjustColorCompositeCommands

Namespace:  MediaCy.Automation.Adjust
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class ColorCompositeCommands

The ColorCompositeCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAdd
Adds an image to the color composite document. If color composite document is not specified when new document will be created.
Public propertyStatic memberAddAll
Adds all open images to the color composite document. If color composite document is not specified when new document will be created.
Public propertyStatic memberApply
Creates a result image from the color composite document.
Public propertyStatic memberBestFitDisplay
Sets the BW Levels for the image to their best-fit values.
Public propertyStatic memberDelete
Removes an image from the color composite document.
Public propertyStatic memberDeleteAll
Removes all images from the color composite document.
Public propertyStatic memberNew
Creates a new color composite document.
Public propertyStatic memberPanel
Toggles the color composite details panel.
Public propertyStatic memberResetBinning
Resets the binning of the image.
Public propertyStatic memberResetDisplay
Resets all display parameters of the image.
Public propertyStatic memberResetOffset
Resets the offset of the image.
Public propertyStatic memberSetBackground
Sets the background image of the color composite document.
Public propertyStatic memberSetBinning
Sets the binning of the image.
Public propertyStatic memberSetColor
Sets the tint of the image.
Public propertyStatic memberSetDisplay
Sets the display parameters of the image.
Public propertyStatic memberSetOffset
Sets the offset of the image.
Top
See Also