IGUtils.

ToVector4(Color) Method

Summary

Converts a UnityEngine.Color to a UnityEngine.Vector4.
Assembly
Kybernetik.InspectorGadgets.dll
Namespace
InspectorGadgets
Containing Type
IGUtils

Syntax

public static Vector4 ToVector4(this Color color)

Parameters

Name Type Description
color Color

Return Value

Type Description
Vector4