Manipulate look-up-table (lut) interactively.
draw_lut allows interactive manipulation of the look-up-table of the device currently displaying the output window. By pressing and holding down the left mouse button one can change (from "left to right") the red-, green- and blue-intensity displayed in a 2 dimensional diagram with the gray values on the x-axis. The left mouse button also is used for chooseing the color channel that should be changed. As an alternative, one can map pure gray levels (gray "color channel") to to the gray values on the x-axis. The right mouse button is used for terminating the change-process. The modified look-up-table can be saved by write_lut and reloaded later by set_lut. get_lut succeeding draw_lut returns directly the RGB tuple of the look-up-table. These are suitable as input of set_lut.
draw_lut can only be used on hardware supporting look-up-tables for the output and allow dynamic changing of the tables.
read_image(:Image:'fabrik':) > disp_image(Image:::) > draw_lut(:::) > write_lut(::'my_lut':). ... read_image(:Image:'fabrik':) > set_lut(::'my_lut':).
draw_lut returns TRUE if a window is activated. Otherwise an exception is raised.
set_lut_style, set_lut, write_lut, disp_lut
write_lut, set_lut, get_lut, disp_lut