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
/
FunctionPostStep
Function
Post
Step
class
FunctionPostStep
(
val
function
:
(
MutableMap
<
String
,
ColorBuffer
>
)
->
Unit
)
:
PostStep
(
source
)
Members
Constructors
Function
Post
Step
Link copied to clipboard
constructor
(
function
:
(
MutableMap
<
String
,
ColorBuffer
>
)
->
Unit
)
Properties
function
Link copied to clipboard
val
function
:
(
MutableMap
<
String
,
ColorBuffer
>
)
->
Unit
Functions
apply
Link copied to clipboard
open
override
fun
apply
(
buffers
:
MutableMap
<
String
,
ColorBuffer
>
,
postContext
:
PostContext
)