Home > composition-plot > QuaternaryShellPlot > setLabelColorFn
Set the label color function
Signature:
setLabelColorFn(fn: (element: string) => RGBColor): void;
Parameter | Type | Description |
---|---|---|
fn | (element: string) => RGBColor | Returns a label color for a given vertex |
Returns:
void