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
/
PoissonBlender
Poisson
Blender
class
PoissonBlender
(
val
width
:
Int
,
val
height
:
Int
,
type
:
ColorType
=
ColorType.FLOAT32
)
(
source
)
Members
Constructors
Poisson
Blender
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
(
target
:
ColorBuffer
,
source
:
ColorBuffer
,
mask
:
ColorBuffer
,
softMask
:
ColorBuffer
=
mask
,
softMaskGain
:
Double
=
1.0
)
:
ColorBuffer