filament-umbrella
Toggle table of contents
0.1.2-beta06
common
Target filter
common
Switch theme
Search in API
Skip to content
filament-umbrella
filament-compose
/
io.github.erkko68.filament.compose.scene
/
Vignette
Vignette
data
class
Vignette
(
val
midPoint
:
Float
=
0.5f
,
val
roundness
:
Float
=
0.5f
,
val
feather
:
Float
=
0.5f
,
val
color
:
Color
=
Color(0f, 0f, 0f)
)
Vignette — darkens the corners of the viewport.
Members
Constructors
Vignette
Link copied to clipboard
constructor
(
midPoint
:
Float
=
0.5f
,
roundness
:
Float
=
0.5f
,
feather
:
Float
=
0.5f
,
color
:
Color
=
Color(0f, 0f, 0f)
)
Properties
color
Link copied to clipboard
val
color
:
Color
feather
Link copied to clipboard
val
feather
:
Float
mid
Point
Link copied to clipboard
val
midPoint
:
Float
roundness
Link copied to clipboard
val
roundness
:
Float