float chramp(string channel, float ramppos)
float chramp(string channel, float ramppos, float time)
vector chramp(string channel, float ramppos)
vector chramp(string channel, float ramppos, float time)
ランプパラメータを評価して、その値を返します。
ramppos
は、評価するランプの位置です。
このramppos
は[0,1]
範囲に制限されます。
time
パラメータは、アニメーションするランプに対して、現在の時間以外の時間で評価する時に使います。
utility |