rswiki-book/src/317/317-Interface-color.md

28 lines
840 B
Markdown
Raw Normal View History

2018-10-13 09:48:41 -04:00
# Interface Color
2018-07-03 00:31:18 -04:00
This packet changes the color of an interface that is text.
2018-10-13 09:48:41 -04:00
## Packet Details
| Key | Value |
|--|--|
| Name | Interface color |
| Description | This packet changes the color of an interface that is text. |
| Opcode | 122 |
| Type | Fixed |
| Length | 4 |
| Revision | 317 |
## Packet Structure
| Data Type | Description |
|--|--|
| [Little Endian](/Data-Types.html#little-endian) [Short](/Data-Types.html#common-data-types) [Special A](/Data-Types.html#bespoke-data-types) | The interface ID. |
| [Little Endian](/Data-Types.html#little-endian) [Short](/Data-Types.html#common-data-types) [Special A](/Data-Types.html#bespoke-data-types) | The color. |
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
## Information
You use this packet to change the color of text in an interface.
2018-07-03 00:31:18 -04:00
2018-10-13 09:48:41 -04:00
| Color | Code |
|--|--|
| Green | 0x3366 |
| Yellow | 0x33FF66 |
| Red | 0x6000 |