RasterLayerProperties class

Implemented types

Constructors

RasterLayerProperties({dynamic rasterOpacity, dynamic rasterHueRotate, dynamic rasterBrightnessMin, dynamic rasterBrightnessMax, dynamic rasterSaturation, dynamic rasterContrast, dynamic rasterResampling, dynamic rasterFadeDuration, dynamic visibility})
const
RasterLayerProperties.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
rasterBrightnessMax → dynamic
Increase or reduce the brightness of the image. The value is the maximum brightness.
final
rasterBrightnessMin → dynamic
Increase or reduce the brightness of the image. The value is the minimum brightness.
final
rasterContrast → dynamic
Increase or reduce the contrast of the image.
final
rasterFadeDuration → dynamic
Fade duration when a new tile is added.
final
rasterHueRotate → dynamic
Rotates hues around the color wheel.
final
rasterOpacity → dynamic
The opacity at which the image will be drawn.
final
rasterResampling → dynamic
The resampling/interpolation method to use for overscaling, also known as texture magnification filter
final
rasterSaturation → dynamic
Increase or reduce the saturation of the image.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibility → dynamic
Whether this layer is displayed.
final

Methods

copyWith(RasterLayerProperties changes) RasterLayerProperties
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited