ColorList: string

A colon-separated list of weighted color values: WC(:WC)* where each WC has the form C(;F)? with C a color value and the optional F a floating-point number, 0 ≤ F ≤ 1.

The sum of the floating-point numbers in a colorList must sum to at most 1.

Note

A type that is too complicated to express in TypeScript.

See

https://graphviz.gitlab.io/docs/attr-types/colorList/

Generated using TypeDoc