This version of Unity is unsupported.

GradientMode

enumeration

Description

Color interpolation mode used by Gradient.

Properties

BlendLinearly interpolate between the gradient keys.
FixedUse a constant color between the keys.
PerceptualBlendLinearly interpolate between the gradient keys, using a perceptual color space for colors.