kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
compose-html-ext
/
com.varabyte.kobweb.compose.css.functions
/
Gradient
/
ColorStopsBuilder
Color
Stops
Builder
class
ColorStopsBuilder
<
T
:
CSSNumeric
>
(
source
)
Members
Constructors
Color
Stops
Builder
Link copied to clipboard
constructor
(
)
Functions
add
Link copied to clipboard
fun
add
(
color
:
CSSColorValue
)
:
Boolean
fun
add
(
color
:
CSSColorValue
,
stop
:
T
)
:
Boolean
fun
add
(
color
:
CSSColorValue
,
from
:
T
,
to
:
T
)
:
Boolean
set
Midpoint
Link copied to clipboard
fun
setMidpoint
(
hint
:
T
)
:
Boolean