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
/
HorizontalGradient
/
HorizontalGradient
Horizontal
Gradient
constructor
(
colorStops
:
List
<
ColorStopSchema
>
,
startX
:
Int
=
0
,
endX
:
Int
?
=
null
,
tileMode
:
TileModeSchema
=
TileModeSchema.CLAMP
,
alpha
:
Float
=
1.0f
)