Convert(Color, float)
Converts a Light's color value to a normalized linear color value, automatically handling gamma conversion if necessary.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Experimental.GlobalIllumination
- Assembly: UnityEngine.CoreModule
public static LinearColor Convert(Color color, float intensity)
Parameters
Returns
Type | Description |
|---|---|
| LinearColor | Returns the normalized linear color value. |