From d96ffedc9d8aba19ed5d91f90b57b3a62c6b0d0f Mon Sep 17 00:00:00 2001 From: tianxiangyu <96164429+FlyJingFish@users.noreply.github.com> Date: Fri, 12 May 2023 14:59:35 +0800 Subject: [PATCH] =?UTF-8?q?1=EF=BC=8C=E5=AE=8C=E5=96=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3c16920..5eb0626 100644 --- a/README.md +++ b/README.md @@ -240,11 +240,11 @@ ALIGN_CENTER adds an alignment method to the current library to solve the alignm ## Gradient parameter list -| Attribute | Parameter Type | Description | -|--------------------|:---------------:|:---------- -------------------------------------------------- --------------------------------------------------: | -| gradientColors | @ColorInt int[] | array of gradient colors (color values are of type ColorInt) | -| gradientPositions | float[] | Gradient color distribution configuration (this array needs to be consistent with the length of gradientColors) | -| 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) | +| Attribute | Parameter Type | Description | +|-------------------|:---------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------:| +| gradientColors | @ColorInt int[] | array of gradient colors (color values are of type ColorInt) | +| gradientPositions | float[] | Gradient color distribution configuration (this array needs to be consistent with the length of gradientColors) | +| 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) | ## FormatImage parameter list | property | parameter type | description |