Version: 2022.2
言語: 日本語
public GradientMode mode ;

説明

Controls how the gradient colors are interpolated.

The default interpolation mode is GradientMode.Blend. Note that GradientMode.PerceptualBlend can often result in a more natural looking color blend, especially between very different colors. It is slightly more expensive to calculate than the default Blend mode.

See Also: GradientMode, Gradient.Evaluate.