Search
Preparing search index...
The search index is not available
composable
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
BlackoutComposite
Class BlackoutComposite
Hierarchy
Composite
BlackoutComposite
Implements
IFilter
Index
Constructors
constructor
Properties
_outputs
end
height
inputs
original
start
width
Accessors
dependencies
outputs
Methods
[
Symbol.iterator]
clone
compile
compose
materialize
named
Constructors
constructor
new
Blackout
Composite
(
original
:
Stream
, width
:
number
, height
:
number
, start
:
number
, end
:
number
)
:
BlackoutComposite
Parameters
original:
Stream
width:
number
height:
number
start:
number
end:
number
Returns
BlackoutComposite
Properties
Protected
_outputs
_outputs
:
StreamRef
[]
end
end
:
number
height
height
:
number
inputs
inputs
:
Stream
[]
= []
original
original
:
Stream
start
start
:
number
width
width
:
number
Accessors
dependencies
get
dependencies
(
)
:
IFragment
[]
Returns
IFragment
[]
outputs
get
outputs
(
)
:
StreamRef
[]
Returns
StreamRef
[]
Methods
[
Symbol.iterator]
[
Symbol.iterator]
(
)
:
IterableIterator
<
StreamRef
>
Returns
IterableIterator
<
StreamRef
>
clone
clone
(
)
:
Composite
Returns
Composite
compile
compile
(
compiler
:
ICompiler
)
:
void
Parameters
compiler:
ICompiler
Returns
void
compose
compose
(
)
:
Stream
Returns
Stream
materialize
materialize
(
)
:
string
Returns
string
named
named
(
...
names
:
string
[]
)
:
this
Parameters
Rest
...
names:
string
[]
Returns
this
Globals
Blackout
Composite
constructor
_outputs
end
height
inputs
original
start
width
dependencies
outputs
[
Symbol.iterator]
clone
compile
compose
materialize
named
Generated using
TypeDoc