[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputColorBuilder.Palette

Palette Method

Palette(params Color[])

Configurates Palette. Sets an array that contains the colors in the palette.

Declaration
public InputColorBuilder Palette(params Color[] value)
Public Function Palette(ParamArray value As Color()) As InputColorBuilder
Parameters
Type Name Description
Color[] value

The value.

Returns
Type Description
InputColorBuilder

Current builder.

Remarks

The palette contains ten colors, represented by an array with ten strings. The first two colors are usually white and black.

Palette(List<Color>)

Configurates Palette. Sets an array that contains the colors in the palette.

Declaration
public InputColorBuilder Palette(List<Color> value)
Public Function Palette(value As List(Of Color)) As InputColorBuilder
Parameters
Type Name Description
List<Color> value

The value.

Returns
Type Description
InputColorBuilder

Current builder.

Remarks

The palette contains ten colors, represented by an array with ten strings. The first two colors are usually white and black.