Home > @i2analyze/notebook-sdk > visual > IBrushSet > setColorRange
visual.IBrushSet.setColorRange() method
Sets the color range for this brush set.
Signature:
setColorRange(range: IBrushColorRange): void;
Introduced: version 1.9
Parameters
| Parameter | Type | Description |
|---|---|---|
| range | IBrushColorRange | The color range to use for mapping brush indices to colors. |
Returns:
void