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-fx
/
org.openrndr.extra.fx.blur
/
MipBloom
Mip
Bloom
open
class
MipBloom
<
T
:
Filter
>
(
val
blur
:
T
)
:
Filter1to1
(
source
)
Inheritors
HashBloom
GaussianBloom
Members
Constructors
Mip
Bloom
Link copied to clipboard
constructor
(
blur
:
T
)
Properties
blur
Link copied to clipboard
val
blur
:
T
blurred
Link copied to clipboard
var
blurred
:
MutableList
<
ColorBuffer
>
combine
Link copied to clipboard
val
combine
:
BloomCombine
depth
Buffer
Out
Link copied to clipboard
var
depthBufferOut
:
DepthBuffer
?
down
Scale
Link copied to clipboard
val
downScale
:
BloomDownscale
gain
Link copied to clipboard
var
gain
:
Double
intermediates
Link copied to clipboard
var
intermediates
:
MutableList
<
ColorBuffer
>
noise
Gain
Link copied to clipboard
var
noiseGain
:
Double
noise gain. low noise gains will result in visible banding of the image. default value is 0.25
noise
Seed
Link copied to clipboard
var
noiseSeed
:
Double
padding
Link copied to clipboard
var
padding
:
Int
parameters
Link copied to clipboard
open
val
parameters
:
MutableMap
<
String
,
Any
>
passes
Link copied to clipboard
var
passes
:
Int
pregain
Link copied to clipboard
var
pregain
:
Double
shape
Link copied to clipboard
var
shape
:
Double
upscale
Link copied to clipboard
val
upscale
:
BloomUpscale
Functions
apply
Link copied to clipboard
fun
apply
(
source
:
Array
<
ColorBuffer
>
,
target
:
ColorBuffer
,
clip
:
Rectangle
?
)
fun
apply
(
source
:
Array
<
ColorBuffer
>
,
target
:
RenderTarget
,
clip
:
Rectangle
?
)
fun
apply
(
source
:
ColorBuffer
,
target
:
Array
<
ColorBuffer
>
,
clip
:
Rectangle
?
)
fun
apply
(
source
:
ColorBuffer
,
target
:
ColorBuffer
,
clip
:
Rectangle
?
)
open
override
fun
apply
(
source
:
Array
<
ColorBuffer
>
,
target
:
Array
<
ColorBuffer
>
,
clip
:
Rectangle
?
)
close
Link copied to clipboard
open
override
fun
close
(
)
destroy
Link copied to clipboard
open
fun
destroy
(
)
untrack
Link copied to clipboard
fun
untrack
(
)