Preparing search index...
The search index is not available
LineUpJS - v4.11.0
LineUpJS
QuantizedColorFunction
Class QuantizedColorFunction
Implements
IColorMappingFunction
Index
Constructors
constructor
Properties
base
steps
Methods
apply
clone
eq
toJSON
Constructors
constructor
new
Quantized
Color
Function
(
dump
,
factory
)
:
QuantizedColorFunction
Parameters
dump
:
ITypedDump
factory
:
ITypeFactory
Returns
QuantizedColorFunction
new
Quantized
Color
Function
(
base
,
steps
)
:
QuantizedColorFunction
Parameters
base
:
IColorMappingFunction
steps
:
number
Returns
QuantizedColorFunction
Properties
Readonly
base
base
:
IColorMappingFunction
Readonly
steps
steps
:
number
Methods
apply
apply
(
v
)
:
string
Parameters
v
:
number
Returns
string
clone
clone
(
)
:
QuantizedColorFunction
Returns
QuantizedColorFunction
eq
eq
(
other
)
:
boolean
Parameters
other
:
IColorMappingFunction
Returns
boolean
toJSON
toJSON
(
)
:
{
base
:
string
|
ITypedDump
;
steps
:
number
;
type
:
string
;
}
Returns
{
base
:
string
|
ITypedDump
;
steps
:
number
;
type
:
string
;
}
base
:
string
|
ITypedDump
steps
:
number
type
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
constructor
base
steps
apply
clone
eq
toJSON
LineUpJS - v4.11.0
Loading...