ChangeOverlayCol, DecOverlayTransparency, DecTransparency, HideBinary, HideColor, IncOverlayTransparency, IncTransparency, OverlayColor, OverlayTransparency, ViewBinary, ViewColor, ViewColor_Overlay, ViewMolecules, ViewOverlay
This function runs the View > Layers Properties > Binary Layer Change Color menu command.
(requires: Automatic Measurement)
Description
ChangeOverlayCol();
This function changes the color in the overlay.
See Also
ViewBinary, ViewOverlay
(requires: Automatic Measurement)
Description
DecOverlayTransparency();
This function changes the transparency of the overlay image.
See Also
IncOverlayTransparency, OverlayTransparency
This function runs the View > Layers Properties > Binary Layer Decrease Transparency menu command.
Description
DecTransparency();
Decreases the transparency of the overlay image by 10%.
(requires: Automatic Measurement)
Description
IncOverlayTransparency();
This function increases transparency of the overlay image.
See Also
DecOverlayTransparency, OverlayTransparency
This function runs the View > Layers Properties > Binary Layer Increase Transparency menu command.
Description
IncTransparency();
Increases the transparency of the overlay image by 10%.
Description
OverlayColor(
int OverlayColor
);
This function sets the color of the overlay layer.
This function runs the Transparency menu command.
Description
OverlayTransparency(
int Transparency
);
This function sets transparency of the overlay image. This function is typically called, when you invoke the View menu, Overlay Properties, Decrease/Increase Transparency or using directly the properties of the View Overlay button on the “Right Document Toolbar”.
See Also
IncOverlayTransparency, DecOverlayTransparency
This function runs the View > Layers > Binary menu command.
(requires: Automatic Measurement)
Description
ViewBinary();
This function displays the current binary image.
See Also
ViewColor, ViewOverlay
This function runs the View > Layers > Color menu command.
(requires: Automatic Measurement)
Description
ViewColor();
This function displays the current color image.
See Also
ViewBinary, ViewOverlay
Description
ViewColor_Overlay();
This function displays current color or current overlay images. When executing this function either the ViewOverlay function or the ViewColor function is called and appended to the list of executed functions.
See Also
ViewOverlay, ViewColor
This function runs the View > Layers > Overlay menu command.
(requires: Automatic Measurement)
Description
ViewOverlay();
This function displays the current color (gray) and current binary images.
See Also
ViewBinary, ViewColor