@@ -12,27 +12,26 @@ The color entries have the following properties:
12
12
13
13
| Key | Name | Type | Description |
14
14
| :----| :--------------------| :------------------------------------| :-------------------------------------------|
15
- | 1 | Red | ** integer** | the Red component of the color |
16
- | 2 | Green | ** integer** | the Green component of the color |
17
- | 3 | Blue | ** integer** | the Blue component of the color |
18
- | 4 | Player Color | ** [ Player Color] ( enumerations.md ) ** | the Player Color that the color is copying |
19
- | 5 | Blending | ** bool** | the Blending property of the color |
20
- | 6 | Color Channel ID | ** integer** | the Color Channel ID of the color |
21
- | 7 | Opacity | ** float** | the Opacity property of the color |
22
- | 9 | Copied Color ID | ** integer** | the Color Channel ID of the copied color |
23
- | 10 | Copied Color ID HSV | ** [ HSV] ( ) ** | the HSV of the copied color |
24
- | 17 | Copy Opacity | ** bool** | the Copy Opacity property of the color |
15
+ | 1 | FromColourRed | ** Integer** | the Red component of the color |
16
+ | 2 | FromColourGreen | ** Integer** | the Green component of the color |
17
+ | 3 | FromColourBlue | ** Integer** | the Blue component of the color |
18
+ | 4 | PlayerColor | ** [ Player Color] ( enumerations.md ) ** | the Player Color that the color is copying |
19
+ | 5 | Blending | ** Bool** | the Blending property of the color |
20
+ | 6 | ColourChannelIndex | ** Integer** | the Color Channel ID of the color |
21
+ | 7 | FromOpacity | ** Float** | the Opacity property of the color |
22
+ | 8 | ToggleOpacity | ** Bool** | toggled if opacity and be changed |
23
+ | 9 | InheritedColourChannelIndex | ** Integer** | the Color Channel ID of the copied color |
24
+ | 10 | HSV | ** [ HSV] ( ) ** | the HSV of the copied color |
25
+ | 11 | ToColourRed | ** Integer** | the Red component that the colour changes to|
26
+ | 12 | ToColourGreen | ** Integer** | the Green component that the colour changes to|
27
+ | 13 | ToColourBlue | ** Integer** | the blue component that the colour changes to|
28
+ | 14 | DeltaTime | ** Float** | delta used in colour change |
29
+ | 15 | ToOpacity | ** Float** | opacity that fromOpacity should change too |
30
+ | 16 | Duration | ** Float** | duration for From->To |
31
+ | 17 | CopyOpacity | ** Bool** | the Copy Opacity property of the color |
25
32
26
33
*** Undiscovered properties***
27
34
28
35
| Key | Type | Proven Existence | Common Value |
29
36
| :----| :------------| :-----------------| :-------------|
30
- | 8 | ** bool** (?) | yes | 1 |
31
- | 11 | ** integer** | yes | 255 |
32
- | 12 | ** integer** | yes | 255 |
33
- | 13 | ** integer** | yes | 255 |
34
- | 14 | ** unknown** | no | N/A |
35
- | 15 | ** bool** (?) | yes | 1 |
36
- | 16 | ** unknown** | no | N/A |
37
37
| 18 | ** bool** (?) | yes | 0 |
38
- | | | | |
0 commit comments