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-poisson-fill
/
org.openrndr.poissonfill
/
PoissonFiller
Poisson
Filler
class
PoissonFiller
(
val
width
:
Int
,
val
height
:
Int
,
type
:
ColorType
=
ColorType.FLOAT32
)
(
source
)
Members
Constructors
Poisson
Filler
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
type
:
ColorType
=
ColorType.FLOAT32
)
Properties
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
destroy
Link copied to clipboard
fun
destroy
(
)
process
Link copied to clipboard
fun
process
(
input
:
ColorBuffer
)
:
ColorBuffer