For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?