composition-plot

Home > composition-plot > QuaternaryShellPlot > setBorderColorFn

QuaternaryShellPlot.setBorderColorFn() method

Set the border color function

Signature:

setBorderColorFn(fn: (sample: ISample, dp: DataProvider) => RGBColor): void;

Parameters

Parameter Type Description
fn (sample: ISample, dp: DataProvider) => RGBColor Returns a border color for a given sample

Returns:

void