Enum InterpolationMethod
InterpolationMethod enumeration
Packed fourCC values for Photoshop gradient interpolation method. Descriptor key: “gradientsInterpolationMethod”
public enum InterpolationMethod : uint
Values
| Name | Value | Description |
|---|---|---|
| Classic | 1197698163 | ‘Gcls’ — Classic (legacy default when key is absent). |
| Perceptual | 1348825699 | ‘Perc’ — Perceptual. |
| Linear | 1282306592 | ‘Lnr ’ — Linear (note trailing space). |
| Smooth | 1399680879 | ‘Smoo’ — Smooth. |
| Stripes | 1195986291 | ‘GIMs’ — Stripes. |
See Also
- namespace Aspose.PSD.FileFormats.Psd.Layers.FillSettings
- assembly Aspose.PSD