///Credit judah4 ///Sourced from - http://forum.unity3d.com/threads/color-picker.267043/ using UnityEngine; using System.Collections; using UnityEngine.Events; public class HSVSliderEvent : UnityEvent { // Use this for initialization void Start () { } // Update is called once per frame void Update () { } }