ColumnColorHelper
Constructors
new ColumnColorHelper()
new ColumnColorHelper(
column):ColumnColorHelper
Parameters
| Parameter | Type |
|---|---|
column | Column<any, any> |
Returns
Source
Properties
| Property | Modifier | Type |
|---|---|---|
column | private | Column<any, any> |
Methods
_setOutOfRangeLinearColors()
private_setOutOfRangeLinearColors(belowMinColor?,aboveMaxColor?):void
Parameters
| Parameter | Type |
|---|---|
belowMinColor? | string |
aboveMaxColor? | string |
Returns
void
Source
getColor()
getColor(
i):number
Parameters
| Parameter | Type |
|---|---|
i | number |
Returns
number
Source
getColors()
getColors():
Uint32Array