Interpolation

Description

Name

enum Tinman.Image.Interpolation

Used by

Image.Scale.mode

Enumeration of interpolation modes for scaling images.

Items

# Name Tag

0

UniformB

-

An Uniform-B spline is used for interpolation.

The interpolated curve approximates the data points; its first and second derivatives are continuous.

1

CatmullRom

-

A Catmull-Rom spline is used for interpolation.

The interpolated curve touches all data points; its first derivative is continuous.

2

Linear

-

Linear interpolation is used.

3

Point

-

Nearest-point filtering is used.