-
Undocumented
Declaration
Swift
public init()
-
Increase or reduce the brightness of the image. The value is the maximum brightness.
Declaration
Swift
public var rasterBrightnessMax: Value<Double>?
-
Transition options for
rasterBrightnessMax
.Declaration
Swift
public var rasterBrightnessMaxTransition: StyleTransition?
-
Increase or reduce the brightness of the image. The value is the minimum brightness.
Declaration
Swift
public var rasterBrightnessMin: Value<Double>?
-
Transition options for
rasterBrightnessMin
.Declaration
Swift
public var rasterBrightnessMinTransition: StyleTransition?
-
Increase or reduce the contrast of the image.
Declaration
Swift
public var rasterContrast: Value<Double>?
-
Transition options for
rasterContrast
.Declaration
Swift
public var rasterContrastTransition: StyleTransition?
-
Fade duration when a new tile is added.
Declaration
Swift
public var rasterFadeDuration: Value<Double>?
-
Rotates hues around the color wheel.
Declaration
Swift
public var rasterHueRotate: Value<Double>?
-
Transition options for
rasterHueRotate
.Declaration
Swift
public var rasterHueRotateTransition: StyleTransition?
-
The opacity at which the image will be drawn.
Declaration
Swift
public var rasterOpacity: Value<Double>?
-
Transition options for
rasterOpacity
.Declaration
Swift
public var rasterOpacityTransition: StyleTransition?
-
The resampling/interpolation method to use for overscaling, also known as texture magnification filter
Declaration
Swift
public var rasterResampling: RasterResampling?
-
Increase or reduce the saturation of the image.
Declaration
Swift
public var rasterSaturation: Value<Double>?
-
Transition options for
rasterSaturation
.Declaration
Swift
public var rasterSaturationTransition: StyleTransition?