orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-dnk3
/
org.openrndr.extra.dnk3
/
FilterPostStep
Filter
Post
Step
class
FilterPostStep
<
T
:
Filter
>
(
val
outputScale
:
Double
,
val
filter
:
T
,
val
inputs
:
List
<
String
>
,
val
output
:
String
,
val
outputFormat
:
ColorFormat
,
val
outputType
:
ColorType
,
val
update
:
T
.
(
PostContext
)
->
Unit
?
=
null
)
:
PostStep
(
source
)
Members
Constructors
Filter
Post
Step
Link copied to clipboard
constructor
(
outputScale
:
Double
,
filter
:
T
,
inputs
:
List
<
String
>
,
output
:
String
,
outputFormat
:
ColorFormat
,
outputType
:
ColorType
,
update
:
T
.
(
PostContext
)
->
Unit
?
=
null
)
Properties
filter
Link copied to clipboard
val
filter
:
T
inputs
Link copied to clipboard
val
inputs
:
List
<
String
>
output
Link copied to clipboard
val
output
:
String
output
Format
Link copied to clipboard
val
outputFormat
:
ColorFormat
output
Scale
Link copied to clipboard
val
outputScale
:
Double
output
Type
Link copied to clipboard
val
outputType
:
ColorType
update
Link copied to clipboard
val
update
:
T
.
(
PostContext
)
->
Unit
?
Functions
apply
Link copied to clipboard
open
override
fun
apply
(
buffers
:
MutableMap
<
String
,
ColorBuffer
>
,
postContext
:
PostContext
)