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
/
apply
apply
fun
<
T
:
Filter1to1
>
Layer
.
apply
(
drawer
:
Drawer
,
filter
:
T
,
source
:
Layer
,
colorType
:
ColorType
=
this.colorType
,
function
:
T
.
(
)
->
Unit
)
:
Layer
(
source
)
fun
<
T
:
Filter2to1
>
Layer
.
apply
(
drawer
:
Drawer
,
filter
:
T
,
source0
:
Layer
,
source1
:
Layer
,
colorType
:
ColorType
=
this.colorType
,
function
:
T
.
(
)
->
Unit
)
:
Layer
(
source
)