RasterStyle

open class RasterStyle(var opacity: Float = 1.0f) : PaintStyle

Raster style.

Inheritors

Constructors

Link copied to clipboard
constructor(opacity: Float = 1.0f)

Properties

Link copied to clipboard
open override var opacity: Float

Opacity of the rendered data from 0 (full transparent) to 1 (fully opaque).