You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/man_pages/project/configuration/resources/resources-generate-icons.md
+4
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ Usage | Synopsis
15
15
------|-------
16
16
`$ tns resources generate icons <Path to image>` | Generate all icons for Android and iOS based on the specified image.
17
17
18
+
### Options
19
+
20
+
*`--background` Sets the background color of the icon. When no color is specified, a default value of `transparent` is used. `<Color>` is a valid color and can be represented with string, like `white`, `black`, `blue`, or with HEX representation, for example `#FFFFFF`, `#000000`, `#0000FF`. NOTE: As the `#` is special symbol in some terminals, make sure to place the value in quotes, for example `$ tns resources generate icons ../myImage.png --background "#FF00FF"`.
21
+
18
22
### Arguments
19
23
20
24
*`<Path to image>` is a valid path to an image that will be used to generate all icons.
0 commit comments