Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

GradientMode

enumeration

Description

Color interpolation mode used by Gradient.

Additional resources: Gradient.mode, Gradient.Evaluate.

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.