openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-draw
/
org.openrndr.draw
/
Filter
/
apply
apply
open
fun
apply
(
source
:
Array
<
ColorBuffer
>
,
target
:
Array
<
ColorBuffer
>
,
clip
:
Rectangle
?
=
null
)
(
source
)
fun
apply
(
source
:
Array
<
ColorBuffer
>
,
target
:
RenderTarget
,
clip
:
Rectangle
?
=
null
)
(
source
)
fun
apply
(
source
:
ColorBuffer
,
target
:
ColorBuffer
,
clip
:
Rectangle
?
=
null
)
(
source
)
fun
apply
(
source
:
ColorBuffer
,
target
:
Array
<
ColorBuffer
>
,
clip
:
Rectangle
?
=
null
)
(
source
)
fun
apply
(
source
:
Array
<
ColorBuffer
>
,
target
:
ColorBuffer
,
clip
:
Rectangle
?
=
null
)
(
source
)