_ClearColor, ClearAllOverlays, ClearAnnotations, ClearColor, ClearColorND
This function runs the Clear All Objects and ROIs menu command.
Description
ClearAllOverlays();
This function will erase all vector overlay layers of the current image i.e. annotations, measurement objects, ROIs.
This function runs the Image > Clear > Clear Annotations menu command.
Description
ClearAnnotations();
This function clears the current annotation layer and sets all pixels to the transparent color (RGB(1,1,1)).
See Also
RGB
Interactive menu command to this function: Image > Clear > Clear Color
Description
ClearColor();
This function clears the current color image and sets all pixels to zero intensity.
See Also
ClearBinary
Description
ClearColorND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function clears the current color layers of an ND2 document and sets all pixels to zero intensity.
Parameters
This function runs the Image > Clear > Clear Color menu command.
Description
_ClearColor();