raster

class raster(val x: Number? = null, val y: Number? = null, val alpha: Number? = null, val fill: Any? = null, val fillBy: String? = null, val mapping: RasterMapping.() -> Unit = {}) : GeomOptions, RasterAesthetics, WithFillOption

Constructors

Link copied to clipboard
constructor(x: Number? = null, y: Number? = null, alpha: Number? = null, fill: Any? = null, fillBy: String? = null, mapping: RasterMapping.() -> Unit = {})

Properties

Link copied to clipboard
open override val alpha: Number? = null
Link copied to clipboard
open override val fill: Any? = null
Link copied to clipboard
open override val fillBy: String? = null
Link copied to clipboard
val kind: GeomKind
Link copied to clipboard
val mapping: Options
Link copied to clipboard
open override val parameters: Options
Link copied to clipboard
open override val x: Number? = null
Link copied to clipboard
open override val y: Number? = null