> On Feb 19, 2024, at 10:05 PM, Fred Damen <[email protected]> wrote:
> 
> Greetings,
> 
>> run("Set...", "value=25 slice");
> As to setting an RGB in this fashion, how?

Use hex notation with RGB images. For example, this macro

   run("Leaf");
   makeOval(109, 159, 185, 182);
   run("Set...", "value=0xffff00");

fills the selection with yellow. Note that this only works with ImageJ 1.54i18 
or later. 

-wayne

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html

Reply via email to