_ClearColor, ClearAllOverlays, ClearAnnotations, ClearColor, ClearColorND
ClearAllOverlays
This function runs the Clear All Objects and ROIs command.
Description
ClearAllOverlays();
This function will erase all vector overlay layers of the current image i.e. annotations, measurement objects, ROIs.
ClearAnnotations
This function runs the Image > Clear > Clear Annotations 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
ClearColor
Interactive 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