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
/
BoxBlur
/
ColorBufferDescription
Color
Buffer
Description
data
class
ColorBufferDescription
(
val
width
:
Int
,
val
height
:
Int
,
val
contentScale
:
Double
,
val
format
:
ColorFormat
,
val
type
:
ColorType
)
(
source
)
Members
Constructors
Color
Buffer
Description
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
contentScale
:
Double
,
format
:
ColorFormat
,
type
:
ColorType
)
Properties
content
Scale
Link copied to clipboard
val
contentScale
:
Double
format
Link copied to clipboard
val
format
:
ColorFormat
height
Link copied to clipboard
val
height
:
Int
type
Link copied to clipboard
val
type
:
ColorType
width
Link copied to clipboard
val
width
:
Int