Version: 2022.2
LanguageEnglish
  • C#

Gradient.colorSpace

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public ColorSpace colorSpace;

Description

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.