Enum InterpolationMethod

InterpolationMethod enumeration

Packed fourCC values for Photoshop gradient interpolation method. Descriptor key: “gradientsInterpolationMethod”

public enum InterpolationMethod : uint

Values

NameValueDescription
Classic1197698163‘Gcls’ — Classic (legacy default when key is absent).
Perceptual1348825699‘Perc’ — Perceptual.
Linear1282306592‘Lnr ’ — Linear (note trailing space).
Smooth1399680879‘Smoo’ — Smooth.
Stripes1195986291‘GIMs’ — Stripes.

See Also