-
Undocumented
Declaration
Swift
public init()
-
The color with which the background will be drawn.
Declaration
Swift
public var backgroundColor: Value<ColorRepresentable>?
-
Transition options for
backgroundColor
.Declaration
Swift
public var backgroundColorTransition: StyleTransition?
-
The opacity at which the background will be drawn.
Declaration
Swift
public var backgroundOpacity: Value<Double>?
-
Transition options for
backgroundOpacity
.Declaration
Swift
public var backgroundOpacityTransition: StyleTransition?
-
Name of image in sprite to use for drawing an image background. For seamless patterns, image width and height must be a factor of two (2, 4, 8, …, 512). Note that zoom-dependent expressions will be evaluated only at integer zoom levels.
Declaration
Swift
public var backgroundPattern: Value<ResolvedImage>?
-
Transition options for
backgroundPattern
.Declaration
Swift
public var backgroundPatternTransition: StyleTransition?