File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ Each record contains the following fields in order:
4545
4646| Field | Type | Condition | Description |
4747| ----- | ---- | --------- | ----------- |
48- | ` color_type ` | ` [TYPE_PLACEHOLDER] ` | \textinput{../snippets/color_table/records/condition/color_type.md} | \textinput{../snippets/color_table/records/brief/color_type.md} |
49- | ` alpha ` | ` [TYPE_PLACEHOLDER] ` | \textinput{../snippets/color_table/records/condition/alpha.md} | \textinput{../snippets/color_table/records/brief/alpha.md} |
50- | ` red ` | ` [TYPE_PLACEHOLDER] ` | \textinput{../snippets/color_table/records/condition/red.md} | \textinput{../snippets/color_table/records/brief/red.md} |
51- | ` green ` | ` [TYPE_PLACEHOLDER] ` | \textinput{../snippets/color_table/records/condition/green.md} | \textinput{../snippets/color_table/records/brief/green.md} |
52- | ` blue ` | ` [TYPE_PLACEHOLDER] ` | \textinput{../snippets/color_table/records/condition/blue.md} | \textinput{../snippets/color_table/records/brief/blue.md} |
48+ | ` color_type ` | ` u8 ` | \textinput{../snippets/color_table/records/condition/color_type.md} | \textinput{../snippets/color_table/records/brief/color_type.md} |
49+ | ` alpha ` | ` u8 ` | \textinput{../snippets/color_table/records/condition/alpha.md} | \textinput{../snippets/color_table/records/brief/alpha.md} |
50+ | ` red ` | ` u8 ` | \textinput{../snippets/color_table/records/condition/red.md} | \textinput{../snippets/color_table/records/brief/red.md} |
51+ | ` green ` | ` u8 ` | \textinput{../snippets/color_table/records/condition/green.md} | \textinput{../snippets/color_table/records/brief/green.md} |
52+ | ` blue ` | ` u8 ` | \textinput{../snippets/color_table/records/condition/blue.md} | \textinput{../snippets/color_table/records/brief/blue.md} |
5353
5454
5555### Record Layout Examples
Original file line number Diff line number Diff line change 33## Table Structure
44
55### Identifier
6- - ** Value** : ` [IDENTIFIER_PLACEHOLDER] `
6+ - ** Value** : ` 0x02 `
77
88
99## Configuration Flags
@@ -43,10 +43,10 @@ Each record contains the following fields in order:
4343
4444| Field | Type | Condition | Description |
4545| ----- | ---- | --------- | ----------- |
46- | ` width ` | ` [TYPE_PLACEHOLDER] ` | \textinput{../snippets/pixmap_table/records/condition/width.md} | \textinput{../snippets/pixmap_table/records/brief/width.md} |
47- | ` height ` | ` [TYPE_PLACEHOLDER] ` | \textinput{../snippets/pixmap_table/records/condition/height.md} | \textinput{../snippets/pixmap_table/records/brief/height.md} |
48- | ` bits_per_pixel ` | ` [TYPE_PLACEHOLDER] ` | \textinput{../snippets/pixmap_table/records/condition/bits_per_pixel.md} | \textinput{../snippets/pixmap_table/records/brief/bits_per_pixel.md} |
49- | ` data ` | ` [TYPE_PLACEHOLDER] ` | \textinput{../snippets/pixmap_table/records/condition/data.md} | \textinput{../snippets/pixmap_table/records/brief/data.md} |
46+ | ` width ` | ` u8 ` | \textinput{../snippets/pixmap_table/records/condition/width.md} | \textinput{../snippets/pixmap_table/records/brief/width.md} |
47+ | ` height ` | ` u8 ` | \textinput{../snippets/pixmap_table/records/condition/height.md} | \textinput{../snippets/pixmap_table/records/brief/height.md} |
48+ | ` bits_per_pixel ` | ` u8 ` | \textinput{../snippets/pixmap_table/records/condition/bits_per_pixel.md} | \textinput{../snippets/pixmap_table/records/brief/bits_per_pixel.md} |
49+ | ` data ` | ` Vec<u8> ` | \textinput{../snippets/pixmap_table/records/condition/data.md} | \textinput{../snippets/pixmap_table/records/brief/data.md} |
5050
5151### Pixel Data Encoding
5252
You can’t perform that action at this time.
0 commit comments