GradientStops

data class GradientStops(val offsets: DoubleArray, val colors: Array<RgbColor>)

Parallel offset/colour arrays describing a sampled gradient.

Constructors

Link copied to clipboard
constructor(offsets: DoubleArray, colors: Array<RgbColor>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int