2015-08-30 07:31:59 +08:00
|
|
|
|
///Credit judah4
|
2015-02-03 07:07:31 +08:00
|
|
|
|
///Sourced from - http://forum.unity3d.com/threads/color-picker.267043/
|
|
|
|
|
|
|
|
|
|
using UnityEngine.Events;
|
|
|
|
|
namespace UnityEngine.UI.Extensions
|
|
|
|
|
{
|
|
|
|
|
public class HSVSliderEvent : UnityEvent<Color>
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
2015-08-30 07:31:59 +08:00
|
|
|
|
}
|