Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-core
/
dev.catbit.mosaic.core.data.schemas.tile.style
/
BackgroundSchema
/
VerticalGradient
/
VerticalGradient
Vertical
Gradient
constructor
(
colorStops
:
List
<
ColorStopSchema
>
,
startY
:
Int
=
0
,
endY
:
Int
?
=
null
,
tileMode
:
TileModeSchema
=
TileModeSchema.CLAMP
,
alpha
:
Float
=
1.0f
)