[]
Get the reverse order colors
public static Color[] ReverseColors(Color[] colors)
| Type | Name | Description |
|---|---|---|
| Color[] | colors | A Color array indicates the original colors. |
| Type | Description |
|---|---|
| Color[] | A Color array indicates the reverse order colors. |