[]
Configurates Palette. Sets an array that contains the colors in the palette.
public InputColorBuilder Palette(params Color[] value)
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)
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.