Skip to content

Commit e69bcc5

Browse files
committed
docs: Fix track color documentation in serato_markers_/serato_markers2
1 parent a0557e4 commit e69bcc5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/serato_markers2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ By storing the length explicitly instead of deriving it from the type, a parser
5454

5555
### `COLOR` entries
5656

57-
`COLOR` entries describe a track's color inside the tracklist.
57+
`COLOR` entries describe a track's color.
5858

5959
| Offset | Length | Raw Value | Decoded Value | Type | Description
6060
| -------- | ------------------- | ------------------------- | ------------- | ----------------------- | -----------
6161
| `00` | `01` | `00` | | |
62-
| `01` | `03` | `99 ff 99` | `#99FF99` | 3-byte RGB value | Tracklist color
62+
| `01` | `03` | `99 ff 99` | `#99FF99` | 3-byte RGB value | Track Color
6363

6464
### `CUE` entries
6565

docs/serato_markers_.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ Conversion is possible by doing some bitwise operations:
8585

8686
## Footer
8787

88-
The footer consists of 4 bytes that indicate the track color in the library view.
88+
The footer consists of 4 bytes that indicate the track color.
8989

9090
| Offset | Length | Raw Value | Decoded Value | Type | Description
9191
| -------- | ------ | ------------------------- | ------------- | ----------------------------------------- | -----------
92-
| `00` | `04` | `07 7f 7f 7f` | #FFFFFF | 4-byte color value (see above) | Track Color Mask (e.g. `#FFFFF` mean black)
92+
| `00` | `04` | `07 7f 7f 7f` | #FFFFFF | 4-byte color value (see above) | Track Color

0 commit comments

Comments
 (0)