Skip to content

Commit

Permalink
Correct Type ID of ColorSequence in the Attributes documentation (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
1enrique3 authored Apr 8, 2024
1 parent c8ec8a9 commit 1d9dbf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ A `NumberSequenceKeypoint` is stored as a struct composed of three `f32`s:
A NumberSequence with the keypoints `0, 0, 0`, `0.5, 1, 0`, and `1, 1, 0.5` would look like this: `03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 3f 00 00 80 3f 00 00 00 3f 00 00 80 3f 00 00 80 3f`

### ColorSequence
**Type ID `0x17`**
**Type ID `0x19`**

The `ColorSequence` type is stored as a struct composed of a `u32` and an array of `ColorSequenceKeypoint`s:

| Field Name | Format | Value |
Expand Down

0 comments on commit 1d9dbf5

Please sign in to comment.