run("Action Bar","plugins/ActionBar/_lookuptables.txt");
exit;
<line>
<button>
label=Grays
icon=_lookuptables/grays.png
arg=run("Grays");

<button>
label=Red
icon=_lookuptables/red.png
arg=run("Red");

<button>
label=Green
icon=_lookuptables/green.png
arg=run("Green");

<button>
label=Blue
icon=_lookuptables/blue.png
arg=run("Blue");
</line>

<line>
<button>
label=Cyan
icon=_lookuptables/cyan.png
arg=run("Cyan");

<button>
label=Magenta
icon=_lookuptables/magenta.png
arg=run("Magenta");

<button>
label=Yellow
icon=_lookuptables/yellow.png
arg=run("Yellow");

<button>
label=red-green
icon=_lookuptables/red_green.png
arg=run("Red/Green");
</line>

<line>
<button>
label=Rainbow
icon=_lookuptables/rainbow.png
arg=run("Spectrum");

<button>
label=Ice
icon=_lookuptables/ice.png
arg=run("Ice");

<button>
label=Fire
icon=_lookuptables/fire.png
arg=run("Fire");

<button>
label=Saturation
icon=_lookuptables/hi_lo.png
arg=run("Grays");getLut(r,g,b);b[0]=255;g[255]=0;b[255]=0;setLut(r,g,b);

</line>
