ColorSliderEvent - selflash/ofxSelflash GitHub Wiki

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()
⚠️ **GitHub.com Fallback** ⚠️