Version: 2023.2

GradientMode

enumeration

切换到手册

描述

Color interpolation mode used by Gradient.

Additional resources: Gradient.mode, Gradient.Evaluate.

变量

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.