orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-compositor
/
org.openrndr.extra.compositor
/
post
post
fun
<
F
:
Filter1to1
>
Layer
.
post
(
filter
:
F
,
configure
:
F
.
(
)
->
Unit
=
{}
)
:
F
(
source
)
add a post-processing filter to the layer
fun
<
F
:
Filter2to1
>
Layer
.
post
(
filter
:
F
,
input1
:
Layer
,
configure
:
F
.
(
)
->
Unit
=
{}
)
:
F
(
source
)
fun
<
F
:
Filter3to1
>
Layer
.
post
(
filter
:
F
,
input1
:
Layer
,
input2
:
Layer
,
configure
:
F
.
(
)
->
Unit
=
{}
)
:
F
(
source
)