[]
Configurates Colors. Sets sets the array of colors (palette) used for transformation..
public ColorScaleBuilder Colors(params string[] value)
| Type | Name | Description |
|---|---|---|
| string[] | value | The value. |
| Type | Description |
|---|---|
| ColorScaleBuilder | Current builder. |
Configurates Colors. Sets sets the array of colors (palette) used for transformation..
public ColorScaleBuilder Colors(IEnumerable<Color> value)
| Type | Name | Description |
|---|---|---|
| IEnumerable<Color> | value | The value. |
| Type | Description |
|---|---|
| ColorScaleBuilder | Current builder. |