Skip to content

Commit 81c1302

Browse files
authored
17/18 ColourString keys
finally managed to RE colourAction. couldn't find any reliable references for the 18th key. only one i could find was in GJEffectManager and that is Yikes!
1 parent ff1d8c5 commit 81c1302

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

docs/resources/client/level-components/color-string.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,26 @@ The color entries have the following properties:
1212

1313
| Key | Name | Type | Description |
1414
|:----|:--------------------|:------------------------------------|:-------------------------------------------|
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 |
2532

2633
***Undiscovered properties***
2734

2835
| Key | Type | Proven Existence | Common Value |
2936
|:----|:------------|:-----------------|:-------------|
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 |
3737
| 18 | **bool**(?) | yes | 0 |
38-
| | | | |

0 commit comments

Comments
 (0)