[]
Sets the Palette property.
public ColorPickerBuilder Palette(params Color[] value)
Type | Name | Description |
---|---|---|
Color[] | value | The value |
Type | Description |
---|---|
ColorPickerBuilder | Current builder |
Sets the Palette property.
public ColorPickerBuilder Palette(List<Color> value)
Type | Name | Description |
---|---|---|
List<Color> | value | The value |
Type | Description |
---|---|
ColorPickerBuilder | Current builder |