tsParticles - v0.0.0
Preparing search index...
tsParticles Full Bundle
bundle
IColorManager
Interface IColorManager
interface
IColorManager
{
key
:
string
;
accepts
(
input
:
string
)
:
boolean
;
handleColor
(
color
:
IColor
)
:
IRgb
|
undefined
;
handleRangeColor
(
color
:
IRangeColor
)
:
IRgb
|
undefined
;
parseString
(
input
:
string
)
:
IRgba
|
undefined
;
}
Index
Properties
key
Methods
accepts
handle
Color
handle
Range
Color
parse
String
Properties
Readonly
key
key
:
string
Methods
accepts
accepts
(
input
:
string
)
:
boolean
Parameters
input
:
string
Returns
boolean
handle
Color
handleColor
(
color
:
IColor
)
:
IRgb
|
undefined
Parameters
color
:
IColor
Returns
IRgb
|
undefined
handle
Range
Color
handleRangeColor
(
color
:
IRangeColor
)
:
IRgb
|
undefined
Parameters
color
:
IRangeColor
Returns
IRgb
|
undefined
parse
String
parseString
(
input
:
string
)
:
IRgba
|
undefined
Parameters
input
:
string
Returns
IRgba
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
Methods
accepts
handle
Color
handle
Range
Color
parse
String
tsParticles - v0.0.0
Loading...