Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 13
Foundry Virtual Tabletop - API Documentation - Version 13
foundry
canvas
rendering
filters
SMAAFilter
Class SMAAFilter
The SMAA filter.
See
foundry.canvas.rendering.filters.SMAAEdgeDetectionFilter
foundry.canvas.rendering.filters.SMAABlendingWeightCalculationFilter
foundry.canvas.rendering.filters.SMAANeighborhoodBlendingFilter
Hierarchy
Filter
SMAAFilter
Index
Constructors
constructor
Accessors
PRESETS
Methods
apply
Constructors
constructor
new
SMAAFilter
(
config
?:
Partial
<
SMAAFilterConfig
>
)
:
SMAAFilter
Parameters
Optional
config
:
Partial
<
SMAAFilterConfig
>
= {}
Returns
SMAAFilter
Accessors
Static
PRESETS
get
PRESETS
()
:
DeepReadonly
<
Record
<
"LOW"
|
"HIGH"
|
"MEDIUM"
|
"ULTRA"
,
SMAAFilterConfig
>
,
>
The presets.
Returns
DeepReadonly
<
Record
<
"LOW"
|
"HIGH"
|
"MEDIUM"
|
"ULTRA"
,
SMAAFilterConfig
>
>
Methods
apply
apply
(
filterManager
:
any
,
input
:
any
,
output
:
any
,
clearMode
:
any
,
currentState
:
any
,
)
:
void
Parameters
filterManager
:
any
input
:
any
output
:
any
clearMode
:
any
currentState
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
PRESETS
Methods
apply
Foundry Virtual Tabletop - API Documentation - Version 13
Loading...
The SMAA filter.
See