Skip to content

Commit d96ffed

Browse files
committed
1,完善功能
1 parent 92b160c commit d96ffed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,11 @@ ALIGN_CENTER adds an alignment method to the current library to solve the alignm
240240

241241
## Gradient parameter list
242242

243-
| Attribute | Parameter Type | Description |
244-
|--------------------|:---------------:|:---------- -------------------------------------------------- --------------------------------------------------: |
245-
| gradientColors | @ColorInt int[] | array of gradient colors (color values are of type ColorInt) |
246-
| gradientPositions | float[] | Gradient color distribution configuration (this array needs to be consistent with the length of gradientColors) |
247-
| orientation | Orientation | LEFT_TO_RIGHT (left to right)/TOP_TO_BOTTOM (top to bottom)/LEFT_TOP_TO_RIGHT_BOTTOM (top left to bottom right)/LEFT_BOTTOM_TO_RIGHT_TOP (bottom left to top right) |
243+
| Attribute | Parameter Type | Description |
244+
|-------------------|:---------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
245+
| gradientColors | @ColorInt int[] | array of gradient colors (color values are of type ColorInt) |
246+
| gradientPositions | float[] | Gradient color distribution configuration (this array needs to be consistent with the length of gradientColors) |
247+
| orientation | Orientation | LEFT_TO_RIGHT (left to right)/TOP_TO_BOTTOM (top to bottom)/LEFT_TOP_TO_RIGHT_BOTTOM (top left to bottom right)/LEFT_BOTTOM_TO_RIGHT_TOP (bottom left to top right) |
248248

249249
## FormatImage parameter list
250250
| property | parameter type | description |

0 commit comments

Comments
 (0)