InterpolationMethod

enum InterpolationMethod : Enum<InterpolationMethod>

Type of interpolation method.

Entries

BICUBIC
Link copied to clipboard
BICUBIC("bicubic")

Bicubic interpolation. See: https://en.wikipedia.org/wiki/Bicubic_interpolation

BILINEAR
Link copied to clipboard
BILINEAR("bilinear")

Bilinear interpolation. See: https://en.wikipedia.org/wiki/Bilinear_interpolation

NEAREST
Link copied to clipboard
NEAREST("nearest")

Nearest neighbor interpolation. See: https://en.wikipedia.org/wiki/Nearest-neighbor_interpolation

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int