| ColorExtensionsToColor Method |
Convert a hex color to a UnityEngine.Color
Namespace:
ImmerseSDK.Extensions
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax Parameters
- hex
- Type: SystemString
Hex color to convert
Return Value
Type:
UnityEngine.ColorUnityEngine.Color with the values of the input hex
See Also