Type:Filtering

From Resonite Wiki
Enum
Name: Filtering
Type: Elements.Assets.Filtering

This defines image upscaling/downscaling filtering modes. This enum is used for "ahead of time" scaling operations such as Mipmap generation. It should not be confused with TextureFilterMode, which represents for real-time filtering modes supported by GPU hardware.

Values
Name Value Description
Bilinear 0
Box 1
Lanczos3 2