Color32.operator Color32static implicit function Color32 (c : Color) : Color32DescriptionColor32 can be implicitly converted to and from Color.
JavaScript
// Convert a Color to a Color32 using UnityEngine; import UnityEngine |
