Version: 2022.2
言語: 日本語
public ColorSpace colorSpace ;

説明

Indicates the color space that the gradient color keys are using.

Color space setting is automatically set up by the gradient editor, based on GradientUsageAttribute.colorSpace value.

If you are creating gradients from C# code, this value needs to be set manually. Default value assumes that colorKeys are expressed in Gamma sRGB. Set this to Linear if color keys are expressed as linear values.

Currently only the GradientMode.PerceptualBlend mode needs to know the color space; the value is ignored for other modes.