rasterResampling property

dynamic rasterResampling
final

The resampling/interpolation method to use for overscaling, also known as texture magnification filter

Type: enum default: linear Options: "linear" (Bi)linear filtering interpolates pixel values using the weighted average of the four closest original source pixels creating a smooth but blurry look when overscaled "nearest" Nearest neighbor filtering interpolates pixel values using the nearest original source pixel creating a sharp but pixelated look when overscaled

Sdk Support: basic functionality with js, android, ios, macos

Implementation

final dynamic rasterResampling;