korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.font
/
BaseTtfFont
/
ColorLine
Color
Line
data
class
ColorLine
(
val
cycle
:
CycleMethod
,
val
stops
:
List
<
BaseTtfFont.ColorStop
>
)
Members
Constructors
Color
Line
Link copied to clipboard
constructor
(
cycle
:
CycleMethod
,
stops
:
List
<
BaseTtfFont.ColorStop
>
)
Properties
cycle
Link copied to clipboard
val
cycle
:
CycleMethod
stops
Link copied to clipboard
val
stops
:
List
<
BaseTtfFont.ColorStop
>
Functions
add
To
Paint
Link copied to clipboard
fun
addToPaint
(
paint
:
GradientPaint
,
palette
:
Palette
)