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-jumpflood
/
org.openrndr.extra.jumpfill
/
JumpFlooder
Jump
Flooder
class
JumpFlooder
(
val
width
:
Int
,
val
height
:
Int
,
format
:
ColorFormat
=
ColorFormat.RGBa
,
type
:
ColorType
=
ColorType.FLOAT32
,
val
encodePoints
:
Filter
=
EncodePoints()
)
(
source
)
Members
Constructors
Jump
Flooder
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
format
:
ColorFormat
=
ColorFormat.RGBa
,
type
:
ColorType
=
ColorType.FLOAT32
,
encodePoints
:
Filter
=
EncodePoints()
)
Properties
encode
Points
Link copied to clipboard
val
encodePoints
:
Filter
final
Link copied to clipboard
val
final
:
ColorBuffer
height
Link copied to clipboard
val
height
:
Int
jump
Flood
Link copied to clipboard
val
jumpFlood
:
JumpFlood
square
Dim
Link copied to clipboard
val
squareDim
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
destroy
Link copied to clipboard
fun
destroy
(
)
jump
Flood
Link copied to clipboard
fun
jumpFlood
(
input
:
ColorBuffer
)
:
ColorBuffer