effect-tree
Preparing search index...
effect-tree
Draw
Theme
Function Theme
Theme
(
__namedParameters
:
Partial
<
Draw
.
Theme
>
)
:
Draw
.
Theme
Theme constructor.
Parameters
__namedParameters
:
Partial
<
Draw
.
Theme
>
Returns
Draw
.
Theme
Index
drawing
from
Glyph
Set
from
Named
Glyph
Set
drawing
from
Glyph
Set
fromGlyphSet
(
glyphs
?:
GlyphSet
,
indents
?:
number
,
theme
?:
Omit
<
Draw
.
Theme
,
"indents"
|
"glyphs"
>
,
)
:
Draw
.
Theme
Function
Build theme from
GlyphSet
.
Parameters
glyphs
:
GlyphSet
= ...
indents
:
number
= 0
Optional
theme
:
Omit
<
Draw
.
Theme
,
"indents"
|
"glyphs"
>
Returns
Draw
.
Theme
from
Named
Glyph
Set
fromNamedGlyphSet
(
name
?:
|
"ascii"
|
"double"
|
"hDouble"
|
"hThick"
|
"round"
|
"space"
|
"thick"
|
"thin"
|
"vDouble"
|
"vThick"
|
"bullets"
|
"unix"
|
"unixRound"
,
indents
?:
number
,
theme
?:
Omit
<
Draw
.
Theme
,
"indents"
|
"glyphs"
>
,
)
:
Draw
.
Theme
Function
Build theme from
GlyphSetName
.
Parameters
name
:
|
"ascii"
|
"double"
|
"hDouble"
|
"hThick"
|
"round"
|
"space"
|
"thick"
|
"thin"
|
"vDouble"
|
"vThick"
|
"bullets"
|
"unix"
|
"unixRound"
= 'thin'
indents
:
number
= 0
Optional
theme
:
Omit
<
Draw
.
Theme
,
"indents"
|
"glyphs"
>
Returns
Draw
.
Theme
Settings
Member Visibility
Internal
Theme
OS
Light
Dark
On This Page
drawing
from
Glyph
Set
from
Named
Glyph
Set
effect-tree
Loading...
Theme constructor.