Overlay

ChangeOverlayCol, DecOverlayTransparency, DecTransparency, HideBinary, HideColor, IncOverlayTransparency, IncTransparency, OverlayColor, OverlayTransparency, ViewBinary, ViewColor, ViewColor_Overlay, ViewMolecules, ViewOverlay

ChangeOverlayCol

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

DecOverlayTransparency

Description 

 DecOverlayTransparency();

This function changes the transparency of the overlay image.

See Also 
IncOverlayTransparency, OverlayTransparency

DecTransparency

This function runs the View > Layers Properties > Binary Layer Decrease Transparency command.

Description 

 DecTransparency();

Decreases the transparency of the overlay image by 10%.

HideBinary

Description 

 HideBinary();

Turns the binary layer in the current image off.

HideColor

Description 

 HideColor();

Turns the color layer in the current image off.

IncOverlayTransparency

Description 

 IncOverlayTransparency();

This function increases transparency of the overlay image.

See Also 
DecOverlayTransparency, OverlayTransparency

IncTransparency

This function runs the View > Layers Properties > Binary Layer Increase Transparency command.

Description 

 IncTransparency();

Increases the transparency of the overlay image by 10%.

OverlayColor

Description 

 OverlayColor(
   int  OverlayColor
);

This function sets the color of the overlay layer.

Parameters

int OverlayColor

Overlay layer color.

0

Red

1

Green

2

Blue

3

Yellow>

4

Magenta

5

Cyan

OverlayTransparency

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.

Parameters

int Transparency

Overlay transparency (in %).

See Also 
IncOverlayTransparency, DecOverlayTransparency

ViewBinary

This function runs the View > Layers > Binary command.

Description 

 ViewBinary();

This function displays the current binary image.

See Also 
ViewColor, ViewOverlay

ViewColor

This function runs the View > Layers > Color command.

Description 

 ViewColor();

This function displays the current color image.

See Also 
ViewBinary, ViewOverlay

ViewColor_Overlay

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

ViewMolecules

Description 

 ViewMolecules(
   int  Enabled
);

Opens the molecule data.

Parameters

int Enabled

0

Disabled.

1

Enabled.

ViewOverlay

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