Login  Register

Re: non-static ROIColor?

Posted by dscho on May 07, 2007; 11:53am
URL: http://imagej.273.s1.nabble.com/non-static-ROIColor-tp3699554p3699558.html

Hi,

On Sun, 6 May 2007, William Beaver wrote:

> A question about ROIs I hope someone can shed some light on:  I'd like
> to assign colors to ROI objects.  The problem: ROIColor is a static
> attribute of the Roi class.

While this is not possible at the moment, you can (globally) change the
colour of the selection with Edit>Options>Colors... or by executing a
macro like

        run("Colors...", "selection=green");

Hth,
Dscho