Color interpolation mode used by Gradient.
Additional resources: Gradient.mode, Gradient.Evaluate.
| Property | Description |
|---|---|
| Blend | Linearly interpolate between the gradient keys. |
| Fixed | Use a constant color between the keys. |
| PerceptualBlend | Linearly interpolate between the gradient keys, using a perceptual color space for colors. |