KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.render
/
GradientStops
Gradient
Stops
data
class
GradientStops
(
val
offsets
:
DoubleArray
,
val
colors
:
Array
<
RgbColor
>
)
Parallel offset/colour arrays describing a sampled gradient.
Members
Constructors
Gradient
Stops
Link copied to clipboard
constructor
(
offsets
:
DoubleArray
,
colors
:
Array
<
RgbColor
>
)
Properties
colors
Link copied to clipboard
val
colors
:
Array
<
RgbColor
>
offsets
Link copied to clipboard
val
offsets
:
DoubleArray
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int