Experimental: this API is experimental and might be changed or removed in the future.

LinearColor

struct in UnityEngine.Experimental.GlobalIllumination

/

Implemented in:UnityEngine.CoreModule

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

Description

Contains normalized linear color values for red, green, blue in the range of 0 to 1, and an additional intensity value.

Properties

blueThe blue color value in the range of 0.0 to 1.0.
greenThe green color value in the range of 0.0 to 1.0.
intensityThe intensity value used to scale the red, green and blue values.
redThe red color value in the range of 0.0 to 1.0.

Static Methods

BlackReturns a black color.
ConvertConverts a Light's color value to a normalized linear color value, automatically handling gamma conversion if necessary.

Did you find this page useful? Please give it a rating: