FastLED 3.9.15
Loading...
Searching...
No Matches
time_alpha.h File Reference
#include <stdint.h>
#include "fl/math_macros.h"
#include "fl/warn.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
 Implements a simple red square effect for 2D LED grids.
 

Functions

uint16_t fl::time_alpha16 (uint32_t now, uint32_t start, uint32_t end)
 
uint8_t fl::time_alpha8 (uint32_t now, uint32_t start, uint32_t end)
 
float fl::time_alphaf (uint32_t now, uint32_t start, uint32_t end)