Version: 2021.1
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

LinearColor

struct in UnityEngine.Experimental.GlobalIllumination

매뉴얼로 전환

설명

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

변수

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.

정적 함수

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