Skip to content
Tatsuya Yokoda edited this page Feb 8, 2015 · 1 revision

events/ColorSliderEvent

static string CHANGE
static string THUMB_DRAG
static string THUMB_PRESS
static string THUMB_RELEASE

ColorSliderEvent(string type)
~ColorSliderEvent()

const int hexValue()

//型を渡さなかったらintで処理される
const int redValue()

template <class T>
const T redValue()

//型を渡さなかったらintで処理される
const int greenValue()

template <class T>
const T greenValue()

//型を渡さなかったらintで処理される
const int blueValue()

template <class T>
const T blueValue()

//型を渡さなかったらintで処理される
virtual const int alphaValue()

template <class T>
const T alphaValue()