[]
Combines the colors.
public static Color[] CombineColors(params Color[][] colorsList)
| Type | Name | Description |
|---|---|---|
| Color[][] | colorsList | A Color array indicates the colors. |
| Type | Description |
|---|---|
| Color[] | A Color array indicates the combined colors. |