FastLED 3.9.15
Loading...
Searching...
No Matches
time_alpha.h File Reference
#include "fl/math/math.h"
#include "fl/stl/int.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for time_alpha.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::TimeAlpha
 
class  fl::TimeClampedTransition
 
class  fl::TimeRamp
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Enumerations

enum class  fl::RampPhase { fl::Inactive , fl::Rising , fl::Plateau , fl::Falling }
 

Functions

u16 fl::time_alpha16 (u32 now, u32 start, u32 end) FL_NOEXCEPT
 
u8 fl::time_alpha8 (u32 now, u32 start, u32 end) FL_NOEXCEPT
 
float fl::time_alphaf (u32 now, u32 start, u32 end) FL_NOEXCEPT