Search
Preparing search index...
The search index is not available
LineUpJS - v4.6.2
Options
All
Public
Public/Protected
All
Inherited
Menu
LineUpJS - v4.6.2
src
SequentialColorFunction
Class SequentialColorFunction
Hierarchy
SequentialColorFunction
Implements
IColorMappingFunction
Index
Constructors
constructor
Properties
apply
name
FUNCTIONS
Methods
clone
eq
toJSON
Constructors
constructor
new
Sequential
Color
Function
(
name
:
string
)
:
SequentialColorFunction
Parameters
name:
string
Returns
SequentialColorFunction
Properties
Readonly
apply
apply
:
(
v
:
number
)
=>
string
Type declaration
(
v
:
number
)
:
string
Parameters
v:
number
Returns
string
Readonly
name
name
:
string
Static
Readonly
FUNCTIONS
FUNCTIONS
:
{}
= ...
Type declaration
[
key:
string
]:
(
v
:
number
)
=>
string
(
v
:
number
)
:
string
Parameters
v:
number
Returns
string
Methods
clone
clone
(
)
:
SequentialColorFunction
Returns
SequentialColorFunction
eq
eq
(
other
:
IColorMappingFunction
)
:
boolean
Parameters
other:
IColorMappingFunction
Returns
boolean
toJSON
toJSON
(
)
:
string
Returns
string
Modules
src
builder
Adapter
renderer
Classes
renderer
Utils
tsd
Sequential
Color
Function
constructor
apply
name
FUNCTIONS
clone
eq
toJSON