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

Transparency level of a layer. Understands numbers between 0 and 1.

Link copied to clipboard
open override val fill: Any? = null

Fill color. For more info see: aesthetics.html#color-and-fill.

Link copied to clipboard
open override val fillBy: String? = null

default = "fill" ("fill", "color", "paint_a", "paint_b", "paint_c"). Defines the fill aesthetic for the layer.

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

X-axis coordinates of the center of rectangles.

Link copied to clipboard
open override val y: Number? = null

Coordinates of the center of rectangles.