RasterResamplingValue

data class RasterResamplingValue(val value: Value)

The resampling/interpolation method to use for overscaling, also known as texture magnification filter Default value: "linear".

Parameters

value

the property wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard
Link copied to clipboard
fun RasterResamplingValue(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard
val value: Value