Skip to content

Commit c143385

Browse files
shawnlinboyRakeshBatra
authored andcommitted
Fix typo in Dynamic coloring section
- thrid -> third - Reorganize command flags to match docs below. Test: Manual Bug: 282802119 Google: 2588325 Change-Id: I87b7f42312c35d2770775869cc0be4c83f09e719 Signed-off-by: RakeshBatra <raakesh.batra@rediffmail.com>
1 parent 7dc5040 commit c143385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmds/bootanimation/FORMAT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ based on animation progression.
153153

154154
To 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

166166
The end colors will be read from the following system properties:

0 commit comments

Comments
 (0)