set_color
Change the color of an instruction, function, or segment in IDA Pro using an RGB integer value.
Instructions
Set the color of an instruction, function, or segment. Color is RGB as integer (e.g. 0xFF0000 for red, 0x00FF00 for green). item_type: instruction, function, segment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | ||
| address | Yes | ||
| item_type | No | instruction |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |