ColorEntry

data class ColorEntry(val color: Int, val position: Double, val value: Double)

Constructors

Link copied to clipboard
constructor(color: Int, position: Double, value: Double)

Properties

Link copied to clipboard
val color: Int
Link copied to clipboard
Link copied to clipboard