Texture sampling presets for ImageElement.
These presets combine nearest/linear sampling with optional mipmapping.
Values
Nearest
Nearest-neighbor sampling without mipmaps.
Bilinear
Linear sampling without mipmaps.
Prefiltered
Nearest-neighbor sampling with mipmaps enabled.
Trilinear
Linear sampling with linear mip blending.