| 
    IDA SDK
    
   | 
 
Note: line prefix colors are not used in processor modules.
Macros | |
| #define | COLOR_DEFAULT 0x01 | 
| Default.  | |
| #define | COLOR_SELECTED 0x02 | 
| Selected.  | |
| #define | COLOR_LIBFUNC 0x03 | 
| Library function.  | |
| #define | COLOR_REGFUNC 0x04 | 
| Regular function.  | |
| #define | COLOR_CODE 0x05 | 
| Single instruction.  | |
| #define | COLOR_DATA 0x06 | 
| Data bytes.  | |
| #define | COLOR_UNKNOWN 0x07 | 
| Unexplored byte.  | |
| #define | COLOR_EXTERN 0x08 | 
| External name definition segment.  | |
| #define | COLOR_CURITEM 0x09 | 
| Current item.  | |
| #define | COLOR_CURLINE 0x0A | 
| Current line.  | |
| #define | COLOR_HIDLINE 0x0B | 
| Hidden line.  | |
| #define | COLOR_LUMFUNC 0x0C | 
| Lumina function.  | |
| #define | COLOR_BG_MAX 0x0D | 
| Max color number.  | |
| #define | PALETTE_SIZE (COLOR_FG_MAX+COLOR_BG_MAX) |