// This macro demonstates how to use the showStatus(message,options) // macro function, added in ImageJ 1.53i. The 'options' array in the // macro contains seven example 'options' strings. The default delay // is 500ms, or 100ms if the image is flashed. The default color is // white, or black if the image flashed. The colors recognized in the // 'options' string are "red", "green", "blue", "magenta", "cyan", "yellow", // "orange", "black", "white","gray" and "pink", or specify a color using // hex notation s (e.g.,"#ffff99"). options = newArray("flash", "flash pink", "flash 1000ms", "flash #ffff99 2000ms", "flash image", "flash image orange 500ms", "flash image 400ms"); if (nImages==0) run("Blobs (25K)"); for (i=0; i