set_color

set item color
     ea - address of the item
     what - type of the item (one of COLWHAT... constants)
     color - new color code in RGB (hex 0xBBGGRR)
returns: 1-ok, 0-failure

success set_color(long ea, long what, long color);

Last updated