Preparing search index...
The search index is not available
LineUpJS - v4.12.0
LineUpJS
IColorMappingFunction
Interface IColorMappingFunction
interface
IColorMappingFunction
{
apply
(
v
:
number
)
:
string
;
clone
()
:
IColorMappingFunction
;
eq
(
other
:
IColorMappingFunction
)
:
boolean
;
toJSON
()
:
string
|
ITypedDump
;
}
Implemented by
CustomColorMappingFunction
DivergentColorFunction
QuantizedColorFunction
SequentialColorFunction
SolidColorFunction
UnknownColorFunction
Index
Methods
apply
clone
eq
toJSON
Methods
apply
apply
(
v
:
number
)
:
string
Parameters
v
:
number
Returns
string
clone
clone
()
:
IColorMappingFunction
Returns
IColorMappingFunction
eq
eq
(
other
:
IColorMappingFunction
)
:
boolean
Parameters
other
:
IColorMappingFunction
Returns
boolean
toJSON
toJSON
()
:
string
|
ITypedDump
Returns
string
|
ITypedDump
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
apply
clone
eq
toJSON
LineUpJS - v4.12.0
Loading...