File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,14 +153,14 @@ based on animation progression.
153153
154154To enable it, add the following line as the second line of desc.txt:
155155
156- dynamic_colors PATH #RGBHEX0 # RGBHEX1 #RGBHEX2 #RGBHEX3
156+ dynamic_colors PATH #RGBHEX1 #RGBHEX2 #RGBHEX3 #RGBHEX4
157157
158158 * ** PATH:** file path of the part to apply dynamic color transition to.
159159 Any part before this part will be rendered in the start colors.
160160 Any part after will be rendered in the end colors.
161161 * ** RGBHEX1:** the first start color (masked by the R channel), specified as ` #RRGGBB ` .
162162 * ** RGBHEX2:** the second start color (masked by the G channel), specified as ` #RRGGBB ` .
163- * ** RGBHEX3:** the thrid start color (masked by the B channel), specified as ` #RRGGBB ` .
163+ * ** RGBHEX3:** the third start color (masked by the B channel), specified as ` #RRGGBB ` .
164164 * ** RGBHEX4:** the forth start color (masked by the A channel), specified as ` #RRGGBB ` .
165165
166166The end colors will be read from the following system properties:
You can’t perform that action at this time.
0 commit comments