FastLED 3.9.15
Loading...
Searching...
No Matches

◆ dim8_video()

LIB8STATIC uint8_t dim8_video ( uint8_t x)

Adjust a scaling value for dimming for video (value will never go below 1)

See also
scale8_video()

Definition at line 718 of file scale8.h.

718{ return scale8_video(x, x); }
int x
Definition simple.h:92
LIB8STATIC_ALWAYS_INLINE uint8_t scale8_video(uint8_t i, fract8 scale)
The "video" version of scale8() guarantees that the output will be only be zero if one or both of the...
Definition scale8.h:127

References LIB8STATIC, scale8_video(), and x.

+ Here is the call graph for this function: