Scrawl-canvas API
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Preparing search index...
StylesMixinFunctions
Interface StylesMixinFunctions
interface
StylesMixinFunctions
{
removeColor
?:
(
index
:
number
)
=>
AnyGradientInstance
;
updateByDelta
?:
()
=>
StylesInstance
;
updateColor
?:
(
index
:
number
,
color
:
string
)
=>
AnyGradientInstance
;
}
Hierarchy (
View Summary
)
StylesMixinFunctions
ConicGradientFactoryFunctions
GradientFactoryFunctions
RadialGradientFactoryFunctions
Index
Properties
remove
Color?
update
By
Delta?
update
Color?
Properties
Optional
remove
Color
removeColor
?:
(
index
:
number
)
=>
AnyGradientInstance
Optional
update
By
Delta
updateByDelta
?:
()
=>
StylesInstance
Optional
update
Color
updateColor
?:
(
index
:
number
,
color
:
string
)
=>
AnyGradientInstance
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
remove
Color
update
By
Delta
update
Color
SC inline documentation
SC demo test suite
SC developer runbook
GitHub
Scrawl-canvas API
Loading...