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
Properties
Link copied to clipboard
Fill color. For more info see: aesthetics.html#color-and-fill.
Link copied to clipboard