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