|
FastLED 3.9.15
|
| fl::TimeRamp::TimeRamp | ( | u32 | risingTime, |
| u32 | latchMs, | ||
| u32 | 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.