FastLED 3.9.15
|
fl::TimeRamp::TimeRamp | ( | uint32_t | risingTime, |
uint32_t | latchMs, | ||
uint32_t | fallingTime ) |
latchMs | total active time (ms) |
risingTime | time to ramp from 0→255 (ms) |
fallingTime | time to ramp from 255→0 (ms) |
Definition at line 40 of file time_alpha.cpp.
References mFallingTime, mLatchMs, and mRisingTime.