ChangeOverlayCol, DecOverlayTransparency, DecTransparency, HideBinary, HideColor, IncOverlayTransparency, IncTransparency, OverlayColor, OverlayTransparency, ViewBinary, ViewColor, ViewColor_Overlay, ViewMolecules, ViewOverlay, ViewUserDef
This function runs the View > Layers Properties > Binary Layer Change Color command.
Description
ChangeOverlayCol();
This function changes the color in the overlay.
See Also
ViewBinary, ViewOverlay
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 command.
Description
DecTransparency();
Decreases the transparency of the overlay image by 10%.
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 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 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 command.
Description
ViewBinary();
This function displays the current binary image.
See Also
ViewColor, ViewOverlay
This function runs the View > Layers > Color command.
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, ViewUserDef
This function runs the View > Layers > Overlay command.
Description
ViewOverlay();
This function displays the current color (gray) and current binary images.
See Also
ViewBinary, ViewColor
Description
ViewUserDef();
This function displays the working images according to the user-defined options.
See Also
DisplayOptions, ViewBinary, ViewColor, ViewOverlay