[]
Configurates Palette. Sets an array that contains the colors in the palette.
public InputColorBuilder Palette(params Color[] value)
Public Function Palette(ParamArray value As Color()) As InputColorBuilder
| Type | Name | Description |
|---|---|---|
| Color[] | value | The value. |
| Type | Description |
|---|---|
| InputColorBuilder | Current builder. |
The palette contains ten colors, represented by an array with ten strings. The first two colors are usually white and black.
Configurates Palette. Sets an array that contains the colors in the palette.
public InputColorBuilder Palette(List<Color> value)
Public Function Palette(value As List(Of Color)) As InputColorBuilder
| Type | Name | Description |
|---|---|---|
| List<Color> | value | The value. |
| Type | Description |
|---|---|
| InputColorBuilder | Current builder. |
The palette contains ten colors, represented by an array with ten strings. The first two colors are usually white and black.