ColorScale

class ColorScale(aesthetic: Any, val name: String? = null, breaks: Any? = null, labels: Any? = null, val lablim: Int? = null, val limits: Any? = null, val expand: Any? = null, val naValue: Any? = null, val format: String? = null, val guide: Any? = null, val trans: String? = null, val position: String? = null, val otherOptions: Options = Options.empty()) : Scale

Constructors

Link copied to clipboard
constructor(aesthetic: Any, name: String? = null, breaks: Any? = null, labels: Any? = null, lablim: Int? = null, limits: Any? = null, expand: Any? = null, naValue: Any? = null, format: String? = null, guide: Any? = null, trans: String? = null, position: String? = null, otherOptions: Options = Options.empty())

Properties

Link copied to clipboard
val aesthetic: List<Aes<*>>
Link copied to clipboard
val breaks: List<Any>?
Link copied to clipboard
val expand: Any? = null
Link copied to clipboard
val format: String? = null
Link copied to clipboard
val guide: Any? = null
Link copied to clipboard
Link copied to clipboard
val lablim: Int? = null
Link copied to clipboard
val limits: Any? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val naValue: Any? = null
Link copied to clipboard
val otherOptions: Options
Link copied to clipboard
val position: String? = null
Link copied to clipboard
val trans: String? = null

Functions

Link copied to clipboard

Generate a list of hex color codes from this color scale specification.